Skip to content

Commit

Permalink
Merge pull request #1671 from DannyvdSluijs/patch-2
Browse files Browse the repository at this point in the history
Update set-subsplit-default-branch.yml replacing checkout@v2 for checkout@v3
  • Loading branch information
frankdejonge committed Jun 13, 2023
2 parents be639d6 + 9d55765 commit b4d2b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/set-subsplit-default-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Set default git branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: '0'
persist-credentials: 'false'
Expand Down

0 comments on commit b4d2b9d

Please sign in to comment.