Skip to content

Commit c72297a

Browse files
committed
chore(deps): update actions/checkout action to v6
1 parent 4599d76 commit c72297a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/auto-format.yml

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

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
ref: ${{ github.head_ref || github.ref }}
2121
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
ref: ${{ github.ref }}
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout code
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
with:
5353
fetch-depth: 0
5454
ref: ${{ github.ref }}
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Checkout code
67-
uses: actions/checkout@v5
67+
uses: actions/checkout@v6
6868
with:
6969
fetch-depth: 0
7070
ref: ${{ github.ref }}
@@ -95,7 +95,7 @@ jobs:
9595

9696
steps:
9797
- name: Checkout code
98-
uses: actions/checkout@v5
98+
uses: actions/checkout@v6
9999
with:
100100
fetch-depth: 0
101101
ref: ${{ github.ref }}
@@ -118,7 +118,7 @@ jobs:
118118
should-build: ${{ steps.check.outputs.should-build }}
119119
steps:
120120
- name: Checkout code
121-
uses: actions/checkout@v5
121+
uses: actions/checkout@v6
122122
with:
123123
fetch-depth: 0
124124
ref: ${{ github.ref }}
@@ -209,7 +209,7 @@ jobs:
209209

210210
steps:
211211
- name: Checkout code
212-
uses: actions/checkout@v5
212+
uses: actions/checkout@v6
213213
with:
214214
fetch-depth: 0
215215
ref: ${{ github.ref }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525
token: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)