We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b807787 commit 2b86c25Copy full SHA for 2b86c25
.github/workflows/npm.yaml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
10
- run: npm ci
11
- name: Publish
12
uses: JS-DevTools/npm-publish@a25b4180b728b0279fca97d4e5bccf391685aead # v2.2.0
.github/workflows/test.yaml
@@ -9,7 +9,7 @@ jobs:
- name: Checkout
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
13
14
- uses: ./
15
name: Setup
0 commit comments