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 1515 steps :
1616 - name : Dependabot metadata
1717 id : metadata
18- uses : dependabot/fetch-metadata@v1.1.1
18+ uses : dependabot/fetch-metadata@v3.0.0
1919 with :
2020 github-token : ' ${{ secrets.GITHUB_TOKEN }}'
2121 - name : Approve a PR
Original file line number Diff line number Diff line change 1515 steps :
1616 - name : Dependabot metadata
1717 id : metadata
18- uses : dependabot/fetch-metadata@v1.1.1
18+ uses : dependabot/fetch-metadata@v3.0.0
1919 with :
2020 github-token : ' ${{ secrets.GITHUB_TOKEN }}'
2121 - name : Enable auto-merge for Dependabot PRs
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v6
1212 - name : restore_cache
13- uses : actions/cache@v4
13+ uses : actions/cache@v5
1414 with :
1515 key : yarn-packages-${{ github.ref_name }}-${{ hashFiles('yarn.lock') }}
1616 path : node_modules/
Original file line number Diff line number Diff line change 88 container :
99 image : node:24.14
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 - name : restore_cache
13- uses : actions/cache@v4
13+ uses : actions/cache@v5
1414 with :
1515 key : yarn-packages-${{ github.ref_name }}-${{ hashFiles('yarn.lock') }}
1616 path : node_modules/
3131 executor : docker-harness
3232 install_manually : true
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v6
3535 - name : Install Python and required packages
3636 run : |
3737 apt-get update
Original file line number Diff line number Diff line change 99 markdown-link-check :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@master
12+ - uses : actions/checkout@v6
1313 with :
1414 fetch-depth : 1
1515 - uses : gaurav-nelson/github-action-markdown-link-check@v1
Original file line number Diff line number Diff line change 1414 main :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : amannn/action-semantic-pull-request@v5
17+ - uses : amannn/action-semantic-pull-request@v6
1818 env :
1919 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1919 tag_name : ${{ steps.release.outputs.tag_name }}
2020 steps :
2121 - name : Checkout Repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525
You can’t perform that action at this time.
0 commit comments