Skip to content

Commit af607f8

Browse files
Bump actions/cache from 4.0.1 to 4.0.2 (#148)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 843603d commit af607f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/libsodium-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
./.github/workflows/install-libsodium.sh
4242
- name: Cache
43-
uses: actions/[email protected].1
43+
uses: actions/[email protected].2
4444
with:
4545
path: ${{ steps.setup-haskell.outputs.cabal-store }}
4646
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('**/plan.json') }}

.github/workflows/sel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
./.github/workflows/install-libsodium.sh
4242
- name: Cache
43-
uses: actions/[email protected].1
43+
uses: actions/[email protected].2
4444
with:
4545
path: ${{ steps.setup-haskell.outputs.cabal-store }}
4646
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('**/plan.json') }}

0 commit comments

Comments
 (0)