Skip to content

Commit 16a9d96

Browse files
chore(deps): update actions/checkout action to v6
1 parent 6b88bf1 commit 16a9d96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bun-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
bun: [latest]
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Use Bun ${{ matrix.bun }}
1717
uses: oven-sh/setup-bun@v2
1818
with:

.github/workflows/nodejs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node: [20.x, 22.x, 24.x]
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Use Node.js ${{ matrix.node }}
2323
uses: actions/setup-node@v6
2424
with:

.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
token: ${{ secrets.GITHUB_TOKEN }}
2020

2121
# The logic below handles the npm publication:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
# these if statements ensure that a publication only occurs when
2424
# a new release is created:
2525
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)