Skip to content

Commit 7869d78

Browse files
chore(deps): update actions/checkout action to v4.1.5 (#51)
1 parent 5a90fc3 commit 7869d78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/debug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ports:
2222
- 8000:8000
2323
steps:
24-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
24+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2525
- run: |
2626
./hack/create-local-table.sh http://localhost:8000
2727
timeout-minutes: 1

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- image: label-mutex-fake-gcs-server
2727
file: Dockerfile.fake-gcs-server
2828
steps:
29-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
29+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
3030
- uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
3131
- uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
3232
- id: meta

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
go-version: ${{ matrix.go-version }}
3838
- name: Checkout code
39-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
39+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
4040
- name: Create local table
4141
run: ./hack/create-local-table.sh http://localhost:8000
4242
timeout-minutes: 1

0 commit comments

Comments
 (0)