Skip to content

Commit

Permalink
Merge pull request #83 from exercism/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4.1.2

Bump actions/cache from 4.0.2 to 4.1.2
  • Loading branch information
glennj authored Nov 1, 2024
2 parents 8748208 + dbb417a commit 3ea9ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # 3.6.1

- name: Cache Docker layers
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # 4.0.2
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # 4.1.2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 3ea9ac9

Please sign in to comment.