Skip to content

Commit d9afa54

Browse files
chore(.github): update docker-ghcr actions (freeCodeCamp#60301)
1 parent 825c804 commit d9afa54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-ghcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Cache Docker layers
39-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
39+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4040
with:
4141
path: /tmp/.buildx-cache
4242
key: ${{ runner.os }}-buildx-${{ matrix.images }}-${{ github.sha }}
4343
restore-keys: |
4444
${{ runner.os }}-buildx-${{ matrix.images }}-
4545
4646
- name: Build and push Docker image
47-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
47+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
4848
with:
4949
context: ./docker/${{ matrix.images }}
5050
push: true

0 commit comments

Comments
 (0)