File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
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
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 @@ -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 @@ -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.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