Skip to content

Commit 0993e90

Browse files
Bump actions/checkout from 4.1.2 to 4.1.3 (#487)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9f9999 commit 0993e90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/[email protected].2
17+
- uses: actions/[email protected].3
1818
- name: Use Node.js 18
1919
uses: actions/[email protected]
2020
with:

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/[email protected].2
14+
- uses: actions/[email protected].3
1515
- uses: actions/[email protected]
1616
with:
1717
node-version: 18
@@ -22,7 +22,7 @@ jobs:
2222
needs: build
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/[email protected].2
25+
- uses: actions/[email protected].3
2626
- uses: actions/[email protected]
2727
with:
2828
node-version: 18

0 commit comments

Comments
 (0)