Skip to content

Commit fb49d5c

Browse files
committed
Update actions/checkout digest to a5ac7e5
1 parent bfdbf84 commit fb49d5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
working-directory: e2e-test
2020
steps:
2121
- name: Setup repo
22-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
22+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2323

2424
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
2525
with:

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
DENO_VERSION: v1.43.5
1717
steps:
1818
- name: Setup repo
19-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
19+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2020

2121
- name: Setup Deno
2222
uses: denoland/setup-deno@v1

0 commit comments

Comments
 (0)