Skip to content

Commit

Permalink
Merge pull request #444 from dependabot/nishnha/action-v4-in-readme
Browse files Browse the repository at this point in the history
Change actions/checkout@v3 to v4 in readme
  • Loading branch information
Nishnha committed Sep 22, 2023
2 parents ef27407 + 1b3b649 commit e04c4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 e04c4fc

Please sign in to comment.