Skip to content

Commit 4cbe7f8

Browse files
committed
chore(deps): update actions/checkout action to v4.1.3
1 parent 8b1ee76 commit 4cbe7f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: ⬇️ Checkout repo
12-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
12+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1313

1414
- name: ⚙️ Setup Node
1515
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: ⬇️ Checkout repo
28-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2929
- name: ⚙️ Setup Node
3030
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
3131
with:

0 commit comments

Comments
 (0)