Skip to content

Commit 071e053

Browse files
chore(deps): update actions/checkout action to v6
1 parent a2b7df6 commit 071e053

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/code-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929
- uses: moonrepo/setup-toolchain@v0

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 10
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828

2929
- name: Setup toolchain
3030
uses: moonrepo/setup-toolchain@v0

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ${{ matrix.os }}
3737

3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v6
4040
with:
4141
ref: ${{ github.event.release.tag_name || inputs.tag }}
4242

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
app-id: ${{ secrets.GH_APP_APP_ID }}
3333
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
3434
- name: Checkout code
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v6
3636
with:
3737
token: ${{ steps.generate_token.outputs.token }}
3838
- uses: moonrepo/setup-toolchain@v0
@@ -63,7 +63,7 @@ jobs:
6363
if: needs.check.outputs.workflow == 'pull-request'
6464
steps:
6565
- name: Checkout code
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v6
6767
- uses: moonrepo/setup-toolchain@v0
6868
with:
6969
auto-install: true
@@ -101,7 +101,7 @@ jobs:
101101
app-id: ${{ secrets.GH_APP_APP_ID }}
102102
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
103103
- name: Checkout code
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v6
105105
with:
106106
token: ${{ steps.generate_token.outputs.token }}
107107
- uses: moonrepo/setup-toolchain@v0

.github/workflows/smoke-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.event.pull_request.draft == false
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727

@@ -161,7 +161,7 @@ jobs:
161161
if: github.event.pull_request.draft == false
162162
steps:
163163
- name: Checkout code
164-
uses: actions/checkout@v4
164+
uses: actions/checkout@v6
165165
with:
166166
fetch-depth: 0
167167

.github/workflows/update-llms.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
app-id: ${{ secrets.GH_APP_APP_ID }}
2828
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
with:
3131
token: ${{ steps.generate_token.outputs.token }}
3232
fetch-depth: 1

.github/workflows/update-lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
app-id: ${{ secrets.GH_APP_APP_ID }}
2727
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6
2929
with:
3030
token: ${{ steps.generate_token.outputs.token }}
3131
fetch-depth: 1

0 commit comments

Comments
 (0)