Skip to content

Commit 6418370

Browse files
authored
Merge pull request #591 from VirtualLiveLab/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6.0.2
2 parents c224bfb + 16881bb commit 6418370

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
66+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
44+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
43+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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
@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Checkout Repo
59-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
59+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6060

6161
- name: Setup Node.js and pnpm
6262
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
130+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
137+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
138138
with:
139139
ref: ${{ github.ref }}
140140
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)