File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 # Checkout, install tools..
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v6
1313 with :
1414 token : ${{ secrets.PAT }}
15- - uses : actions/setup-node@v4
15+ - uses : actions/setup-node@v6
1616 with :
1717 node-version : ' 22'
1818 cache : ' npm'
1919 - run : npm install
2020 - run : npm run build
2121 - run : npm run lint
2222 # Save files.
23- - uses : stefanzweifel/git-auto-commit-action@v4
23+ - uses : stefanzweifel/git-auto-commit-action@v7
2424 with :
2525 commit_message : ' [ci skip] Automatic file changes/fix'
2626 branch : ' master'
@@ -34,13 +34,13 @@ jobs:
3434 runs-on : ubuntu-latest
3535 steps :
3636 # Checkout, install tools..
37- - uses : actions/checkout@v2
37+ - uses : actions/checkout@v6
3838 with :
3939 lfs : true
4040 fetch-depth : 0
4141 # Use docker to build current directory ./Dockfile
4242 - name : Login to GitHub Container Registry
43- uses : docker/login-action@v1
43+ uses : docker/login-action@v3
4444 with :
4545 registry : ghcr.io
4646 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 88 markdown-lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
12- - uses : actions/setup-node@v4
11+ - uses : actions/checkout@v6
12+ - uses : actions/setup-node@v6
1313 with :
1414 node-version : ' 22'
1515 cache : ' npm'
You can’t perform that action at this time.
0 commit comments