Skip to content

Commit 514bcea

Browse files
authored
Merge pull request #682 from awibox/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 2c81bb3 + 1b3d62d commit 514bcea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
node-version: [14.x]
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Use Node.js ${{ matrix.node-version }}
1515
uses: actions/setup-node@v3
1616
with:

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
node-version: [14.x]
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Use Node.js ${{ matrix.node-version }}
1414
uses: actions/setup-node@v3
1515
with:

0 commit comments

Comments
 (0)