File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ jobs:
5151 extended : true
5252
5353 - name : Setup Node
54- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
54+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
5555 with :
5656 node-version : " 22"
5757
5858 - name : Cache dependencies
59- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
59+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
6060 with :
6161 path : ~/.npm
6262 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 5757 with :
5858 hugo-version : " 0.145.0"
5959 extended : true
60- - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
60+ - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
6161 with :
6262 node-version : " 22"
6363
Original file line number Diff line number Diff line change 4444 extended : true
4545
4646 - name : Setup Node
47- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
47+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
4848 with :
4949 node-version : " 22"
5050
Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ jobs:
6262 extended : true
6363
6464 - name : Setup Node
65- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
65+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
6666 with :
6767 node-version : " 22"
6868
6969 - name : Cache dependencies
70- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
70+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
7171 with :
7272 path : ~/.npm
7373 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2525 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2626
2727 - name : Restore lychee cache
28- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
28+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
2929 with :
3030 path : .lycheecache
3131 key : cache-lychee-${{ github.sha }}
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ jobs:
5151 console.log('Failed to remove label. Another job may have already removed it!');
5252 }
5353 - name : Setup Go
54- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
54+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
5555 with :
5656 go-version : " 1.25"
5757 - name : Checkout code
58- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
58+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5959 with :
6060 ref : ${{ github.event.pull_request.head.sha }}
6161 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 2929 issues : ' write'
3030 pull-requests : ' write'
3131 steps :
32- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333 - uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
3434 env :
3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ jobs:
5757 }
5858
5959 - name : Setup Go
60- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
60+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
6161 with :
6262 go-version : " 1.24"
6363
6464 - name : Checkout code
65- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
65+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6666 with :
6767 ref : ${{ github.event.pull_request.head.sha }}
6868 repository : ${{ github.event.pull_request.head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments