We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f5919 commit 517e8f8Copy full SHA for 517e8f8
1 file changed
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout Code
11
- uses: actions/checkout@v4
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
12
13
# - uses: actions/setup-node@v3
14
# with:
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Checkout
41
42
43
- name: Install dependencies
44
run: yarn install --frozen-lockfile
0 commit comments