File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0 # necessary for linting commit messages
2323 ref : ${{ github.event.pull_request.head.sha }} # necessary to check out pull request HEAD commit instead of merge commit
3838 runs-on : ubuntu-latest
3939
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 - name : Use Node.js 22
4343 uses : actions/setup-node@v4
4444 with :
5757 runs-on : ubuntu-latest
5858
5959 steps :
60- - uses : actions/checkout@v4
60+ - uses : actions/checkout@v5
6161 - name : Use Node.js 22
6262 uses : actions/setup-node@v4
6363 with :
7575 runs-on : ubuntu-latest
7676
7777 steps :
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v5
7979 - name : Use Node.js 22
8080 uses : actions/setup-node@v4
8181 with :
9797 runs-on : ubuntu-latest
9898
9999 steps :
100- - uses : actions/checkout@v4
100+ - uses : actions/checkout@v5
101101 - name : Use Node.js 22
102102 uses : actions/setup-node@v4
103103 with :
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : ' Download build artifact'
2525 uses : actions/github-script@v7
2626 with :
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 - name : Use Node.js 22
1818 uses : actions/setup-node@v4
1919 with :
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525 token : ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121 token : ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
5252
5353 steps :
5454 - name : Checkout
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 fetch-depth : 0
5858 token : ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments