Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 5694baf

Browse files
Merge pull request #45 from HealthScreening/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents b9c3d99 + 980cb38 commit 5694baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.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/checkout@v2
14+
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 16
@@ -23,7 +23,7 @@ jobs:
2323
needs: build
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
- uses: actions/setup-node@v3
2828
with:
2929
node-version: 16

0 commit comments

Comments
 (0)