Skip to content

Commit

Permalink
Upgrade checkout action
Browse files Browse the repository at this point in the history
Upgrading to v4
  • Loading branch information
doitandbedone authored Mar 29, 2024
1 parent 0c078f7 commit df45be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# This runs the job on ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Creates pull requests
run: |
git config user.name github-actions
Expand Down

0 comments on commit df45be4

Please sign in to comment.