File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ jobs:
1111 runs-on : ubuntu-latest
1212 name : Build Preview
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
1818 - name : Setup Node
19- uses : actions/setup-node@v5
19+ uses : actions/setup-node@v6
2020 with :
2121 node-version : 22
2222
2323 - name : Cache dependencies
24- uses : actions/cache@v4
24+ uses : actions/cache@v5
2525 with :
2626 path : ~/.npm
2727 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
3737 run : npx quartz build -d docs -v
3838
3939 - name : Upload build artifact
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@v6
4141 with :
4242 name : preview-build
4343 path : public
Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ jobs:
1919 permissions :
2020 contents : write
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525
2626 - name : Setup Node
27- uses : actions/setup-node@v5
27+ uses : actions/setup-node@v6
2828 with :
2929 node-version : 22
3030
3131 - name : Cache dependencies
32- uses : actions/cache@v4
32+ uses : actions/cache@v5
3333 with :
3434 path : ~/.npm
3535 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -53,11 +53,11 @@ jobs:
5353 permissions :
5454 contents : write
5555 steps :
56- - uses : actions/checkout@v5
56+ - uses : actions/checkout@v6
5757 with :
5858 fetch-depth : 0
5959 - name : Setup Node
60- uses : actions/setup-node@v5
60+ uses : actions/setup-node@v6
6161 with :
6262 node-version : 22
6363 - name : Get package version
Original file line number Diff line number Diff line change 1818 name : Deploy Preview to Cloudflare Pages
1919 steps :
2020 - name : Download build artifact
21- uses : actions/download-artifact@v5
21+ uses : actions/download-artifact@v7
2222 id : preview-build-artifact
2323 with :
2424 name : preview-build
Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ jobs:
1818 build :
1919 runs-on : ubuntu-22.04
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0 # Fetch all history for git info
24- - uses : actions/setup-node@v4
24+ - uses : actions/setup-node@v6
2525 with :
2626 node-version : 22
2727 - name : Install Dependencies
2828 run : npm ci
2929 - name : Build Quartz
3030 run : npx quartz build
3131 - name : Upload artifact
32- uses : actions/upload-pages-artifact@v3
32+ uses : actions/upload-pages-artifact@v4
3333 with :
3434 path : public
3535
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 echo "OWNER_LOWERCASE=${OWNER,,}" >> ${GITHUB_ENV}
2222 env :
2323 OWNER : " ${{ github.repository_owner }}"
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 1
2727 - name : Inject slug/short variables
28- uses : rlespinasse/github-slug-action@v5.2 .0
28+ uses : rlespinasse/github-slug-action@v5.4 .0
2929 - name : Set up QEMU
3030 uses : docker/setup-qemu-action@v3
3131 - name : Set up Docker Buildx
3737 network=host
3838 - name : Install cosign
3939 if : github.event_name != 'pull_request'
40- uses : sigstore/cosign-installer@v3.10 .0
40+ uses : sigstore/cosign-installer@v4.0 .0
4141 - name : Login to GitHub Container Registry
4242 uses : docker/login-action@v3
4343 if : github.event_name != 'pull_request'
You can’t perform that action at this time.
0 commit comments