Skip to content

Commit 1af921a

Browse files
Bump actions/checkout from 5 to 6 (#1619)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca196bf commit 1af921a

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/browserstack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Job and step conditions do not have access to secrets or the environment.
3131
# This step makes presence of the browserstack credentials available as a step output.
3232
run: (test -n "${BROWSERSTACK_USERNAME}" && echo present=1 || echo present=0) >> $GITHUB_OUTPUT
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
if: (steps.credentials.outputs.present == '1')
3535
- uses: actions/setup-node@v6
3636
if: (steps.credentials.outputs.present == '1')

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
diff-check: true
3838
name: ${{ matrix.task }}
3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
- uses: actions/setup-node@v6
4242
with:
4343
node-version-file: .nvmrc
@@ -60,7 +60,7 @@ jobs:
6060
node-version: [24.x, 22.x, 20.x]
6161
name: "test on Node.js ${{ matrix.node-version }}"
6262
steps:
63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464
- uses: actions/setup-node@v6
6565
with:
6666
node-version: ${{ matrix.node-version }}

.github/workflows/conformance-cloudflare.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: conformance
2424
timeout-minutes: 20
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- uses: actions/cache@v4
2828
with:
2929
path: .turbo

.github/workflows/conformance-express.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: "Node.js ${{ matrix.node-version }}"
2626
timeout-minutes: 10
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- uses: actions/setup-node@v6
3030
with:
3131
node-version: ${{ matrix.node-version }}

.github/workflows/conformance-fastify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: "Node.js ${{ matrix.node-version }}"
2727
timeout-minutes: 10
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- uses: actions/setup-node@v6
3131
with:
3232
node-version: ${{ matrix.node-version }}

.github/workflows/conformance-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: "Node.js ${{ matrix.node-version }} ${{ matrix.side }}"
2727
timeout-minutes: 10
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- uses: actions/setup-node@v6
3131
with:
3232
node-version: ${{ matrix.node-version }}

.github/workflows/conformance-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: "Node.js ${{ matrix.node-version }} ${{ matrix.client }}"
2727
timeout-minutes: 10
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- uses: actions/setup-node@v6
3131
with:
3232
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)