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 894726a commit 1df21ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ./.cache # Note that this path is not influenced by working-directory set in defaults, for example
key: multena-rbac-collector-${{ github.run_id }}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ./.cache # Note that this path is not influenced by working-directory set in defaults, for example
key: multena-rbac-collector-${{ github.run_id }}
Expand Down

0 comments on commit 1df21ba

Please sign in to comment.