Skip to content

Commit 3bf7a7a

Browse files
committed
Upgrade actions/checkout from v5 to v6 in CI workflows
1 parent 87b6c02 commit 3bf7a7a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
is-official: ${{ steps.scope.outputs.is-official }}
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343

4444
- name: Determine build scope
4545
id: scope
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ${{ matrix.runner }}
8282
steps:
8383
- name: Checkout
84-
uses: actions/checkout@v5
84+
uses: actions/checkout@v6
8585

8686
- name: Install tools
8787
shell: pwsh

.github/workflows/publish-fork.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
matrix: ${{ steps.scope.outputs.matrix }}
5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@v6
5959

6060
- name: Determine build scope
6161
id: scope
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ${{ matrix.runner }}
9292
steps:
9393
- name: Checkout
94-
uses: actions/checkout@v5
94+
uses: actions/checkout@v6
9595

9696
- name: Install tools
9797
shell: pwsh
@@ -188,7 +188,7 @@ jobs:
188188
runs-on: ubuntu-latest
189189
steps:
190190
- name: Checkout
191-
uses: actions/checkout@v5
191+
uses: actions/checkout@v6
192192

193193
- name: Install tools
194194
shell: pwsh

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ${{ matrix.runner }}
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040

4141
- name: Install tools
4242
shell: pwsh
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
steps:
8080
- name: Checkout
81-
uses: actions/checkout@v5
81+
uses: actions/checkout@v6
8282

8383
- name: Install tools
8484
shell: pwsh

.github/workflows/snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.runner }}
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747

4848
- name: Install tools
4949
shell: pwsh

0 commit comments

Comments
 (0)