mirror of
https://github.com/actions/versions-package-tools.git
synced 2026-01-06 10:47:25 +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:
@@ -20,7 +20,7 @@ jobs:
|
||||
name: Create Pull Request
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
@@ -40,4 +40,4 @@ jobs:
|
||||
-BranchName "update-versions-manifest-file" `
|
||||
-CommitMessage "Update versions-manifest" `
|
||||
-PullRequestTitle "[versions-manifest] Update for release from ${formattedDate}" `
|
||||
-PullRequestBody "Update versions-manifest.json for release from ${formattedDate}"
|
||||
-PullRequestBody "Update versions-manifest.json for release from ${formattedDate}"
|
||||
|
||||
Reference in New Issue
Block a user