Skip to content

Commit 0830dea

Browse files
Update actions/checkout action to v4.1.7 (#767)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a301a48 commit 0830dea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: [14.x, 16.x, 18.x, 20.x]
1818

1919
steps:
20-
- uses: actions/[email protected].6
20+
- uses: actions/[email protected].7
2121
- name: Use Node.js ${{ matrix.node-version }}
2222
uses: actions/[email protected]
2323
with:

Diff for: .github/workflows/npmpublish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].6
11+
- uses: actions/[email protected].7
1212
- uses: actions/[email protected]
1313
with:
1414
node-version: 16
@@ -19,7 +19,7 @@ jobs:
1919
needs: build
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/[email protected].6
22+
- uses: actions/[email protected].7
2323
- uses: actions/[email protected]
2424
with:
2525
node-version: 16

0 commit comments

Comments
 (0)