mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 12:27:32 +08: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' }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user