Skip to content

Commit 09bbcaa

Browse files
Merge pull request #112 from Blockception/dependabot/github_actions/all-76468cb07f
build(deps): bump actions/checkout from 5 to 6 in the all group
2 parents 4339dc5 + 34d8dc7 commit 09bbcaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v6
2929
with:
@@ -37,7 +37,7 @@ jobs:
3737
needs: build
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
- uses: actions/setup-node@v6
4242
with:
4343
node-version: 16

.github/workflows/npm-test.yml

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

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v6
2727
with:

0 commit comments

Comments
 (0)