Skip to content

Commit 5aee9b1

Browse files
chore(deps): update actions/checkout digest to 93cb6ef (#272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03bf122 commit 5aee9b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1515
- uses: actions/setup-node@v6
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
36+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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)