Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#377)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 11, 2024
1 parent 64dddd4 commit 831c0ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Cache Air SDK
id: cache-air-sdk
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ github.workspace }}\airsdk
key: ${{ runner.os }}-air-sdk
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Cache Choco
id: cache-choco
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
C:\ProgramData\chocolatey\lib\xmlstarlet.portable
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Cache Air SDK
id: cache-air-sdk
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ github.workspace }}\airsdk
key: ${{ runner.os }}-air-sdk
Expand Down

0 comments on commit 831c0ce

Please sign in to comment.