Skip to content

Commit c7d4359

Browse files
chore(deps): update actions/checkout action to v4.2.2
1 parent c1e6efa commit c7d4359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515

1616
- name: Set up Buildx
1717
uses: docker/setup-buildx-action@v3
@@ -78,7 +78,7 @@ jobs:
7878
needs: build
7979
steps:
8080
- name: Checkout
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8282

8383
- uses: peter-evans/dockerhub-description@v4
8484
with:

0 commit comments

Comments
 (0)