Skip to content

Commit bc5b4f8

Browse files
Update actions/checkout action to v6 (#658)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 27537eb commit bc5b4f8

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
11+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1212
- name: Set Node.js 20.x
1313
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1414
with:
@@ -36,7 +36,7 @@ jobs:
3636
EMAIL_INPUT: test@example.com
3737
USERNAME_INPUT: example-test
3838
steps:
39-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
39+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4040
- name: Set Node.js 20.x
4141
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4242
with:
@@ -83,7 +83,7 @@ jobs:
8383
EMAIL_INPUT: test@example.com
8484
USERNAME_INPUT: example-test
8585
steps:
86-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
86+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8787
- name: Set Node.js 20.x
8888
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
8989
with:
@@ -131,7 +131,7 @@ jobs:
131131
EMAIL_INPUT: test@example.com
132132
USERNAME_INPUT: example-test
133133
steps:
134-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
134+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
135135
- name: Set Node.js 20.x
136136
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
137137
with:
@@ -182,7 +182,7 @@ jobs:
182182
name: "Build and release action"
183183
needs: [build, test, test-cleanup-non-repo, test-missing-npmrc]
184184
steps:
185-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
185+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
186186
with:
187187
fetch-depth: 0
188188
persist-credentials: true

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
11+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1212
- name: Set Node.js 20.x
1313
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1414
with:
@@ -36,7 +36,7 @@ jobs:
3636
EMAIL_INPUT: test@example.com
3737
USERNAME_INPUT: example-test
3838
steps:
39-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
39+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4040
- name: Set Node.js 20.x
4141
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4242
with:
@@ -83,7 +83,7 @@ jobs:
8383
EMAIL_INPUT: test@example.com
8484
USERNAME_INPUT: example-test
8585
steps:
86-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
86+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8787
- name: Set Node.js 20.x
8888
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
8989
with:
@@ -131,7 +131,7 @@ jobs:
131131
EMAIL_INPUT: test@example.com
132132
USERNAME_INPUT: example-test
133133
steps:
134-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
134+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
135135
- name: Set Node.js 20.x
136136
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
137137
with:
@@ -193,7 +193,7 @@ jobs:
193193
name: "Build and release action"
194194
needs: [build, test-all]
195195
steps:
196-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
196+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
197197
with:
198198
fetch-depth: 0
199199
persist-credentials: true

0 commit comments

Comments
 (0)