Skip to content

Commit

Permalink
Merge pull request #211 from sharplab/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
github-actions[bot] committed Jun 26, 2024
2 parents 1e1b907 + a447422 commit 4053e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
GH_TOKEN: ${{ github.token }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Merge
run: gh pr merge "${GITHUB_HEAD_REF}" --merge --auto

0 comments on commit 4053e2e

Please sign in to comment.