We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03708be commit 02d4262Copy full SHA for 02d4262
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 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