File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525
2626 - name : Run Super-Linter
27- uses : super-linter/super-linter/slim@v7
27+ uses : super-linter/super-linter/slim@v8
2828 env :
2929 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3030 DEFAULT_BRANCH : main
Original file line number Diff line number Diff line change 2828 id-token : write
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434
4444 uses : actions/configure-pages@v5
4545
4646 - name : Upload Pages artifact
47- uses : actions/upload-pages-artifact@v3
47+ uses : actions/upload-pages-artifact@v4
4848 with :
4949 path : ./_site
5050
You can’t perform that action at this time.
0 commit comments