Skip to content

Commit e69e833

Browse files
chore(deps): update actions/checkout action to v6
1 parent 9fbef3c commit e69e833

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/pkg-pr-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Checkout code
66-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
66+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6767

6868
- name: Setup Node.js and pnpm
6969
uses: ./.github/common/setup-node-pnpm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
GH_TOKEN: ${{ steps.app-token.outputs.token }}
4242

4343
- name: Checkout Repo
44-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
44+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4545
with:
4646
token: ${{ steps.app-token.outputs.token }}
4747

.github/workflows/renovate-changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GH_TOKEN: ${{ steps.app-token.outputs.token }}
4141

4242
- name: Checkout Repo
43-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4444
with:
4545
token: ${{ steps.app-token.outputs.token }}
4646

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Checkout Repo
64-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
64+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6565

6666
- name: Setup Node.js and pnpm
6767
uses: ./.github/common/setup-node-pnpm

.github/workflows/update-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ jobs:
127127
128128
- name: Checkout Repo (Pull Request)
129129
if: github.event_name == 'pull_request'
130-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
130+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
131131
with:
132132
ref: ${{ github.event.pull_request.head.ref }}
133133
token: ${{ steps.app-token.outputs.token }}
134134

135135
- name: Checkout Repo (Workflow Dispatch)
136136
if: github.event_name == 'workflow_dispatch'
137-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
137+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
138138
with:
139139
ref: ${{ github.ref }}
140140
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)