Skip to content

Commit

Permalink
Update set-subsplit-default-branch.yml to no longer use GitHub Action…
Browse files Browse the repository at this point in the history
…s requiring Node16
  • Loading branch information
DannyvdSluijs authored Mar 14, 2024
1 parent b8666e2 commit 3e0e11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/set-subsplit-default-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: Set default git branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: '0'
persist-credentials: 'false'
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
script: |
Expand Down

0 comments on commit 3e0e11f

Please sign in to comment.