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 @@ -20,10 +20,10 @@ jobs:
2020 lychee :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v6
2424 - name : Link Checker
2525 id : lychee
26- uses : lycheeverse/lychee-action@v1.6.1
26+ uses : lycheeverse/lychee-action@v2
2727 env :
2828 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
2929 with :
Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 - uses : pnpm/action-setup@v4
1313 - name : Install modules
1414 run : pnpm i
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Repository Dispatch
14- uses : peter-evans/repository-dispatch@v2
14+ uses : peter-evans/repository-dispatch@v4
1515 with :
1616 token : ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
1717 repository : imgproxy/imgproxy-js-core
You can’t perform that action at this time.
0 commit comments