We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10fe77e + 4bbd510 commit c7ed143Copy full SHA for c7ed143
.github/workflows/deployment.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
- name: installing node@18
19
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
+ uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
20
with:
21
node-version: 20.9.0
22
- name: installing dependencies
.github/workflows/pr_check.yml
@@ -14,7 +14,7 @@ jobs:
14
15
0 commit comments