Skip to content

Commit

Permalink
Merge pull request #319 from bank-vaults/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4.0.0

build(deps): bump actions/cache from 3.3.3 to 4.0.0
  • Loading branch information
akijakya authored Jan 18, 2024
2 parents 6c5d33b + 8d104bb commit 2c06a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: DeterminateSystems/magic-nix-cache-action@8a218f9e264e9c3803c9a1ee1c30d8e4ab55be63 # v2

- name: Set up Go cache
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit 2c06a41

Please sign in to comment.