Skip to content

Commit 2e2dc17

Browse files
chore(deps): update actions/checkout action to v6
1 parent 7e563ae commit 2e2dc17

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: macos-14
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1414
- name: Unshallow
1515
run: git fetch --prune --unshallow
1616
- name: Set up Go

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: checkout
10-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
10+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1111
with:
1212
fetch-depth: 0
1313
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

.github/workflows/tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
1717
- name: reattach HEAD to Head Ref
1818
# b/c checkout action leaves in detached head state https://github.com/actions/checkout/issues/6

0 commit comments

Comments
 (0)