mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Bump @actions/checkout
to v3 in frontend tests (#18989)
v2 uses Node 12, which is deprecated
This commit is contained in:
parent
70a990da03
commit
f8939bd294
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -221,7 +221,7 @@ jobs:
|
|||||||
TESTEM_FIREFOX_PATH: ${{ (matrix.browser == 'Firefox Evergreen') && '/opt/firefox-evergreen/firefox' }}
|
TESTEM_FIREFOX_PATH: ${{ (matrix.browser == 'Firefox Evergreen') && '/opt/firefox-evergreen/firefox' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user