File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 if : github.event.pull_request.merged == true
1313 steps :
1414 - name : Checkout main branch
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 ref : main
1818 token : ${{ secrets.GH_DEPLOY_REPO_TOKEN }}
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727
2828 steps :
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v5
3030
3131 - name : Setup Node
3232 uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020
2121 - name : Set Environment
2222 run : .github/scripts/set-environment.sh
Original file line number Diff line number Diff line change 2121 echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
2222
2323 - name : Check out repository code
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727
Original file line number Diff line number Diff line change 2121 name : ' Add Labels'
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525
2626 - uses : actions/github-script@v6
2727 # skip auto patch labeling for dependabot or renovate PRs
Original file line number Diff line number Diff line change 2121 GITHUB_TOKEN : ${{ secrets.GH_DEPLOY_REPO_TOKEN }}
2222
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 ref : ${{ steps.get-branch.outputs.branch }}
2727
You can’t perform that action at this time.
0 commit comments