Skip to content

Commit a7e0c09

Browse files
committed
CI: migrate workflows to checkout v6
1 parent 921c014 commit a7e0c09

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
token: ${{ github.token }}
1919

@@ -37,7 +37,7 @@ jobs:
3737
node-version: [20, 22]
3838
steps:
3939
- name: Checkout Repository
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
with:
4242
token: ${{ github.token }}
4343

@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Checkout Repository
72-
uses: actions/checkout@v5
72+
uses: actions/checkout@v6
7373
with:
7474
token: ${{ github.token }}
7575

@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100
steps:
101101
- name: Checkout Repository
102-
uses: actions/checkout@v5
102+
uses: actions/checkout@v6
103103
with:
104104
token: ${{ github.token }}
105105

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
token: ${{ github.token }}

.github/workflows/shared-changesets-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: github.event.pull_request.head.repo.full_name == github.repository
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
with:
5050
fetch-depth: 0
5151
token: ${{ github.token }}

.github/workflows/shared-release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
publishedPackages: ${{ steps.changesets.outputs.publishedPackages }}
5858
steps:
5959
- name: checkout
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161
with:
6262
token: ${{ github.token }}
6363
fetch-depth: 0

0 commit comments

Comments
 (0)