We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdbf84 commit fb49d5cCopy full SHA for fb49d5c
.github/workflows/e2e.yml
@@ -19,7 +19,7 @@ jobs:
19
working-directory: e2e-test
20
steps:
21
- name: Setup repo
22
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
23
24
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
25
with:
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
DENO_VERSION: v1.43.5
17
18
- name: Setup Deno
uses: denoland/setup-deno@v1
0 commit comments