File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - uses : actions/setup-node@v4
1919 with :
3333 runs-on : ubuntu-latest
3434
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737
3838 - name : Compare the expected vs actual files
3939 run : test -z "$(git status --porcelain)"
Original file line number Diff line number Diff line change 1313 name : CI
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - uses : actions/setup-node@v4
1919 with :
Original file line number Diff line number Diff line change 1414 app-id : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
1515 private-key : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
1616
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Auto-merge
2020 run : gh pr merge --auto --merge '${{ github.event.pull_request.html_url }}'
Original file line number Diff line number Diff line change 1616 dependency-type : ${{ steps.dependabot-metadata.outputs.dependency-type }}
1717 package-ecosystem : ${{ steps.dependabot-metadata.outputs.package-ecosystem }}
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020
2121 - name : Fetch dependabot metadata
2222 id : dependabot-metadata
3636 app-id : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
3737 private-key : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
3838
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 with :
4141 # Check out using an app token so any pushed changes will trigger checkruns
4242 token : ${{ steps.generate_token.outputs.token }}
Original file line number Diff line number Diff line change 2727 app-id : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
2828 private-key : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
2929
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 with :
3232 # Ensure we start from main in case the workflow is run from a branch
3333 ref : " main"
Original file line number Diff line number Diff line change 4343 app-id : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
4444 private-key : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
4545
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 with :
4848 token : ${{ steps.generate_token.outputs.token }}
4949
Original file line number Diff line number Diff line change 1414 packages : write
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Publish
2020 id : publish
You can’t perform that action at this time.
0 commit comments