Skip to content

Commit

Permalink
Change actions/checkout@v3 to v4 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishnha committed Sep 21, 2023
1 parent ef27407 commit 1b3b649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`
Expand Down

0 comments on commit 1b3b649

Please sign in to comment.