File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 target : [ "25.05", "unstable" ]
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525
2626 - name : Find Version
2727 if : startsWith(github.ref, 'refs/tags/')
7070 if : startsWith(github.ref, 'refs/tags/')
7171
7272 steps :
73- - uses : actions/checkout@v4
73+ - uses : actions/checkout@v5
7474
7575 - uses : actions/download-artifact@v5
7676 with :
Original file line number Diff line number Diff line change 1212 post-compare-link :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818 - uses : NuschtOS/flake-lock-compare-action@main
Original file line number Diff line number Diff line change 1313 if : github.repository != 'NuschtOS/template'
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 token : ${{ secrets.GH_TOKEN_FOR_UPDATES }}
1919 - uses : AndreasAugustin/actions-template-sync@v2
You can’t perform that action at this time.
0 commit comments