⬆️(ci) update checkout actions
checkout@v2 uses node12 which will be deprecated soon. I've aligned CI configurations to use a more recent action, already in-use in the 'meet.yml' flow.
This commit is contained in:
committed by
aleb_the_flash
parent
13bd195b22
commit
561ea346db
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
repositories: "meet,secrets"
|
||||
-
|
||||
name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
token: ${{ steps.app-token.outputs.token }}
|
||||
|
||||
Reference in New Issue
Block a user