Skip to content

Commit

Permalink
Update push-to-master.yml
Browse files Browse the repository at this point in the history
Updates actions/checkout@v2 to actions/checkout@v4
  • Loading branch information
willum070 authored Sep 11, 2024
1 parent ad9021d commit 51a14a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }} # required otherwise GitHub blocks infinite loops in pushes originating in an action
Expand Down

0 comments on commit 51a14a2

Please sign in to comment.