Skip to content

Commit eb22d17

Browse files
chore(deps): update actions/checkout action to v4
1 parent 6d0613b commit eb22d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v3
1616
with:
@@ -23,7 +23,7 @@ jobs:
2323
needs: [test]
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v3
2929
with:

0 commit comments

Comments
 (0)