DEV: Bump @actions/checkout to v3 in frontend tests (#18989)

v2 uses Node 12, which is deprecated
This commit is contained in:
David Taylor 2022-11-11 13:31:28 +00:00 committed by GitHub
parent 70a990da03
commit f8939bd294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,7 @@ jobs:
TESTEM_FIREFOX_PATH: ${{ (matrix.browser == 'Firefox Evergreen') && '/opt/firefox-evergreen/firefox' }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1