mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
CI: Update actions versions
This commit is contained in:
parent
ca786e8102
commit
5ece51f8da
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Test shell scripts
|
- name: Test shell scripts
|
||||||
if: matrix.otp == 24
|
if: matrix.otp == 24
|
||||||
@ -113,7 +113,7 @@ jobs:
|
|||||||
echo "{ct_opts, [{verbosity, 20}, {keep_logs, 20}]}." >>rebar.config
|
echo "{ct_opts, [{verbosity, 20}, {keep_logs, 20}]}." >>rebar.config
|
||||||
|
|
||||||
- name: Cache rebar
|
- name: Cache rebar
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
deps/
|
deps/
|
||||||
|
Loading…
Reference in New Issue
Block a user