We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16193f commit 82aa715Copy full SHA for 82aa715
.github/workflows/build.yml
@@ -9,8 +9,8 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
13
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
14
with:
15
node-version: 18
16
- name: Install dependencies
.github/workflows/publish.yml
@@ -11,8 +11,8 @@ jobs:
publish:
17
18
registry-url: 'https://registry.npmjs.org'
0 commit comments