Skip to content

Commit

Permalink
CI: Update actions/cache from v3 to v4, as recommended by Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Feb 1, 2024
1 parent 5223d1a commit ccb6002
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: sed -i 's|, syntax_tools||g' src/ejabberd.app.src.script

- name: Cache rebar
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/rebar3/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Cache build directory
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/build/
key: ${{runner.os}}-ctr-ct-ng-1.25.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Cache build directory
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/build/
key: ${{runner.os}}-ct-ng-1.26.0
Expand Down

0 comments on commit ccb6002

Please sign in to comment.