Skip to content

Commit bce33c8

Browse files
committed
chore(action): update actions/checkout action to v3.5.3
1 parent 11c99d5 commit bce33c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
verify:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
20+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2121
- name: Read .nvmrc
2222
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
2323
id: nvm
@@ -31,7 +31,7 @@ jobs:
3131
needs: verify
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
34+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3535
- name: Read .nvmrc
3636
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
3737
id: nvm

0 commit comments

Comments
 (0)