Skip to content

Commit c36c350

Browse files
authored
Merge pull request #93 from exercism/dependabot/github_actions/actions/cache-4.2.3
Bump actions/cache from 4.2.2 to 4.2.3
2 parents 3be6216 + 3311533 commit c36c350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # 3.10.0
2020

2121
- name: Cache Docker layers
22-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
22+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
2323
with:
2424
path: /tmp/.buildx-cache
2525
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)