Skip to content

Commit edb2741

Browse files
authoredApr 25, 2024
chore(deps): update actions/checkout action to v4.1.4
1 parent a732604 commit edb2741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎.github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
9+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1010
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
1111
with:
1212
node-version: "20.x"
@@ -17,7 +17,7 @@ jobs:
1717
needs: build
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
20+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2121
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2222
with:
2323
node-version: "20.x"

0 commit comments

Comments
 (0)