mirror of
https://github.com/dependabot/fetch-metadata.git
synced 2026-03-12 18:07:12 -04:00
Merge pull request #444 from dependabot/nishnha/action-v4-in-readme
Change actions/checkout@v3 to v4 in readme
This commit is contained in:
@@ -112,7 +112,7 @@ jobs:
|
||||
- name: Dependabot metadata
|
||||
id: dependabot-metadata
|
||||
uses: dependabot/fetch-metadata@v1
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Approve a PR if not already approved
|
||||
run: |
|
||||
gh pr checkout "$PR_URL" # sets the upstream metadata for `gh pr status`
|
||||
|
||||
Reference in New Issue
Block a user