Skip to content

Commit 9485c19

Browse files
Update actions/checkout digest to 8ade135 (#427)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b615316 commit 9485c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
env:
1212
MOZ_HEADLESS: 1
1313
steps:
14-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: "15"
@@ -33,7 +33,7 @@ jobs:
3333
needs: build
3434
if: github.ref == 'refs/heads/main'
3535
steps:
36-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
36+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
3737
with:
3838
# Use our own token instead of the default token
3939
# this step persists login credentials so strongly that we couldn't get them to override

0 commit comments

Comments
 (0)