Skip to content

Commit 2c4284e

Browse files
Update actions/checkout action to v5 (#215)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 948b0ef commit 2c4284e

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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: '22.18'
@@ -34,7 +34,7 @@ jobs:
3434
needs: build
3535
if: github.ref == 'refs/heads/main'
3636
steps:
37-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
37+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3838
with:
3939
# Use our own token instead of the default token
4040
# this step persists login credentials so strongly that we couldn't get them to override

0 commit comments

Comments
 (0)