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 # Run this only when the previous workflow was successfull & the initial actor was dependabot
1313 if : ${{ github.event.workflow_run.conclusion == 'success' && github.actor == 'dependabot[bot]' }}
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616 - name : Download PR artifact
1717 uses : actions/github-script@v6
1818 with :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : " Checkout"
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v3
1919 with :
2020 token : ${{ secrets.GH_PUBLISH_TOKEN }}
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : " Checkout"
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v3
1616 with :
1717 token : ${{ secrets.GH_PUBLISH_TOKEN }}
1818 fetch-depth : 0
Original file line number Diff line number Diff line change 88 env :
99 NODE_ENV : dev
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v3
1212 - name : Set up Node
1313 uses : actions/setup-node@v3
1414 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - name : Save PR number
1414 run : |
1515 mkdir -p ./pr
Original file line number Diff line number Diff line change 1515 contents : read
1616 steps :
1717 - name : " Checkout"
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v3
1919 # ########################
2020 # Release new version
2121 # ########################
You can’t perform that action at this time.
0 commit comments