File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
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@v5
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 1919 permissions :
2020 contents : write
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525
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') }}
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
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@v6
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 1818 build :
1919 runs-on : ubuntu-22.04
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0 # Fetch all history for git info
2424 - uses : actions/setup-node@v6
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.3 .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
You can’t perform that action at this time.
0 commit comments