File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3939 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4040 GH_REPO : ${{ github.repository }}
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 - name : Generate build variables
4444 id : build_vars
4545 run : |
@@ -138,7 +138,7 @@ jobs:
138138 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
139139 GH_REPO : ${{ github.repository }}
140140 steps :
141- - uses : actions/checkout@v5
141+ - uses : actions/checkout@v6
142142 - name : Run tools
143143 env :
144144 CDN_NAME : ' updates.nethsecurity.nethserver.org'
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 - name : Determine new status on added label
2828 if : ${{ github.event.action == 'labeled' }}
2929 id : labeled
Original file line number Diff line number Diff line change 1515 name : Cleanup old versions
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Cleanup
2020 env :
2121 DO_SPACE_ACCESS_KEY : ${{ secrets.DO_SPACE_ACCESS_KEY }}
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 - name : Setup Pages
3232 uses : actions/configure-pages@v5
3333 - name : Prepare Pages
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414
1515 - name : Install dependencies
1616 run : |
Original file line number Diff line number Diff line change 2727 RCLONE_CONFIG_SPACES_ENDPOINT : ams3.digitaloceanspaces.com
2828 RCLONE_CONFIG_SPACES_ACL : public-read
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - name : Extract versions
3232 id : versions
3333 run : |
You can’t perform that action at this time.
0 commit comments