mirror of
https://github.com/actions/python-versions.git
synced 2025-12-18 08:56:43 +00:00
Update workflow task (#196)
* Update workflow task * use $env:GITHUB_OUTPUT * update submodule
This commit is contained in:
committed by
GitHub
parent
379db95d31
commit
1c70aa4fc9
4
.github/workflows/validate-manifest.yml
vendored
4
.github/workflows/validate-manifest.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
if: github.repository_owner == 'actions'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
needs: [validation]
|
||||
if: failure()
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user