Skip to content

Commit 959193d

Browse files
Merge pull request #103 from Blockception/dependabot/github_actions/all-a331d3ec2d
build(deps): bump actions/checkout from 4 to 5 in the all group
2 parents 0f3057f + 6042586 commit 959193d

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@v4
26+
uses: actions/checkout@v5
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
@@ -37,7 +37,7 @@ jobs:
3737
needs: build
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
- uses: actions/setup-node@v4
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@v4
24+
uses: actions/checkout@v5
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:

0 commit comments

Comments
 (0)