Skip to content

Commit 9187092

Browse files
authored
Merge pull request #292 from fujiwara/dependabot/github_actions/main/actions/checkout-6.0.2
Bump actions/checkout from 6.0.1 to 6.0.2
2 parents 504218b + 5708d84 commit 9187092

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tagpr-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
deploy:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
22+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
2323
with:
2424
ref: ${{ inputs.tag || github.ref }}
2525
- uses: Songmu/tagpr@75738aa2880a03a1036bc5bd90ef49853427ec65 # v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: go
3131

3232
- name: Check out code into the Go module directory
33-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
3434

3535
- name: setup local s3 bucket
3636
run: |

0 commit comments

Comments
 (0)