Skip to content

Commit b2d99fd

Browse files
chore(deps): update actions/checkout action to v6 (#1007)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bee5d36 commit b2d99fd

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/benchmark-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
GOMAXPROCS: 8
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818
with:
1919
submodules: true
2020
fetch-depth: 1

.github/workflows/benchmark-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
GOMAXPROCS: 8
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818
with:
1919
submodules: true
2020
fetch-depth: 1

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
go-version: ['1.26.0']
3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
37+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3838
with:
3939
submodules: true
4040
fetch-depth: 1
@@ -59,7 +59,7 @@ jobs:
5959
go-version: ['1.26.0']
6060
steps:
6161
- name: Checkout code
62-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
62+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6363
with:
6464
submodules: true
6565
fetch-depth: 1
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: rspack-windows-2022-large
107107
steps:
108108
- name: Checkout code
109-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
109+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
110110
with:
111111
submodules: true
112112
fetch-depth: 1
@@ -135,7 +135,7 @@ jobs:
135135
needs: build-rslint-windows
136136
steps:
137137
- name: Checkout code
138-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
138+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
139139
with:
140140
submodules: true
141141

@@ -173,7 +173,7 @@ jobs:
173173
runs-on: rspack-ubuntu-22.04-large
174174
steps:
175175
- name: Checkout code
176-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
176+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
177177
with:
178178
submodules: true
179179

@@ -211,7 +211,7 @@ jobs:
211211
go-version: ['1.26.0']
212212
steps:
213213
- name: Checkout code
214-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
214+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
215215
with:
216216
submodules: true
217217

@@ -266,7 +266,7 @@ jobs:
266266
runs-on: rspack-ubuntu-22.04-large
267267
steps:
268268
- name: Checkout code
269-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
269+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
270270
with:
271271
submodules: true
272272

@@ -292,7 +292,7 @@ jobs:
292292
os: [macos-latest]
293293
steps:
294294
- name: Checkout code
295-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
295+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
296296
with:
297297
submodules: true
298298

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# If you do not check out your code, Copilot will do this for you.
3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
32+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3333

3434
- name: Setup Node
3535
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6

.github/workflows/devbird.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
actions: read # Required for Claude to read CI results on PRs
7171
steps:
7272
- name: Checkout code
73-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
73+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7474

7575
- name: Setup Node
7676
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
fi
6868
6969
- name: Checkout
70-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
70+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7171
with:
7272
fetch-depth: 1
7373
ref: ${{ github.event.inputs.branch }}
@@ -116,7 +116,7 @@ jobs:
116116
environment: release
117117
steps:
118118
- name: Checkout
119-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
119+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
120120
with:
121121
fetch-depth: 1
122122
ref: ${{ github.event.inputs.branch }}
@@ -161,7 +161,7 @@ jobs:
161161
environment: release
162162
steps:
163163
- name: Checkout
164-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
164+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
165165
with:
166166
fetch-depth: 1
167167
ref: ${{ github.event.inputs.branch }}
@@ -210,7 +210,7 @@ jobs:
210210
runs-on: rspack-ubuntu-22.04-large
211211
steps:
212212
- name: Checkout
213-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
213+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
214214
with:
215215
fetch-depth: 1
216216
ref: ${{ github.event.inputs.branch }}
@@ -297,7 +297,7 @@ jobs:
297297
runs-on: rspack-ubuntu-22.04-large
298298
steps:
299299
- name: Checkout
300-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
300+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
301301
with:
302302
fetch-depth: 1
303303
ref: ${{ github.event.inputs.branch }}

0 commit comments

Comments
 (0)