mirror of
https://github.com/actions/versions-package-tools.git
synced 2026-01-10 05:22:40 +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/get-tools-new-versions.yml
vendored
4
.github/workflows/get-tools-new-versions.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
name: 'Searching for new versions of ${{ matrix.tool.name }}'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- id: get-new-tool-versions
|
||||
name: Get new tool versions
|
||||
run: |
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
needs: [find-new-tool-versions]
|
||||
if: failure()
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- id: get-failed-jobs
|
||||
name: Get failed jobs
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user