Skip to content

Commit d3ac89e

Browse files
Merge pull request #243 from ryo-funaba/renovate/actions-checkout-digest
chore(deps): update actions/checkout digest to 1d96c77
2 parents 5d1a6e9 + 8063319 commit d3ac89e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 5
1212
steps:
1313
- name: Run actions/checkout
14-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
1515
- name: Run actions/setup-go
1616
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
1717
with:
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes: 5
2828
steps:
2929
- name: Run actions/checkout
30-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
30+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
3131
- name: Run reviewdog/action-golangci-lint
3232
uses: reviewdog/action-golangci-lint@00311c26a97213f93f2fd3a3524d66762e956ae0 # v2
3333
with:
@@ -40,7 +40,7 @@ jobs:
4040
timeout-minutes: 5
4141
steps:
4242
- name: Run actions/checkout
43-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
43+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
4444
- name: Run actions/setup-go
4545
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
4646
with:

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 5
1414
steps:
1515
- name: Run actions/checkout
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
1717
- name: Run hadolint/hadolint-action
1818
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
1919
with:

0 commit comments

Comments
 (0)