mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-31 06:17:50 +08:00
Upgrade the checkout to V4 (#79)
* Update versions to latest * Update create-pr-to-update-manifest.yml * Update get-new-tool-versions.yml * Update get-tools-new-versions.yml * Update validate-manifest.yml
This commit is contained in:
4
.github/workflows/validate-manifest.yml
vendored
4
.github/workflows/validate-manifest.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
validation:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
needs: [validation]
|
||||
if: failure()
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user