Skip to content

Commit

Permalink
Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent 5b24f6d commit 273b7a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
steps:
- name: Cache nextcloud server
id: nextcloud_setup
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: nextcloud-${{ matrix.server-versions }}.zip
key: ${{ matrix.server-versions }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: cache-nextcloud
id: nextcloud_setup
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: nextcloud-${{ matrix.nextcloud }}.tar.bz2
key: ${{ matrix.nextcloud }}
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:

- name: cache-nextcloud
id: nextcloud_setup
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: nextcloud-${{ matrix.nextcloud }}.tar.bz2
key: ${{ matrix.nextcloud }}
Expand Down

0 comments on commit 273b7a3

Please sign in to comment.