File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ permissions:
1414jobs :
1515 build :
1616
17- runs-on : ubuntu-22 .04
17+ runs-on : ubuntu-24 .04
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121
22- - uses : actions/cache@v4
22+ - uses : actions/cache@v5
2323 with :
2424 path : |
2525 ~/.cargo/bin/
Original file line number Diff line number Diff line change 55 build-pr-preview :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v6
99
1010 - name : Install trunk
1111 run : |
@@ -25,11 +25,11 @@ jobs:
2525 mkdir -p ./pr
2626 echo ${{ github.event.number }} > ./pr/NR
2727
28- - uses : actions/upload-artifact@v4
28+ - uses : actions/upload-artifact@v7
2929 with :
3030 name : dist
3131 path : dist/
32- - uses : actions/upload-artifact@v4
32+ - uses : actions/upload-artifact@v7
3333 with :
3434 name : pr
3535 path : pr/
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414
1515 build :
1616
17- runs-on : ubuntu-22 .04
17+ runs-on : ubuntu-24 .04
1818
1919 steps :
2020 - name : Checkout source
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222
23- - uses : actions/cache@v4
23+ - uses : actions/cache@v5
2424 with :
2525 path : |
2626 ~/.cargo/registry
@@ -51,10 +51,10 @@ jobs:
5151 uses : actions/configure-pages@v5
5252
5353 - name : Upload artifact
54- uses : actions/upload-pages-artifact@v3
54+ uses : actions/upload-pages-artifact@v4
5555 with :
5656 path : ' dist'
5757
5858 - name : Deploy to GitHub Pages
5959 id : deployment
60- uses : actions/deploy-pages@v4
60+ uses : actions/deploy-pages@v5
You can’t perform that action at this time.
0 commit comments