mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
CI: Update actions versions
This commit is contained in:
parent
ca786e8102
commit
5ece51f8da
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Test shell scripts
|
||||
if: matrix.otp == 24
|
||||
|
@ -113,7 +113,7 @@ jobs:
|
|||
echo "{ct_opts, [{verbosity, 20}, {keep_logs, 20}]}." >>rebar.config
|
||||
|
||||
- name: Cache rebar
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
deps/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue