File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout repository
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v5
1111 with :
1212 lfs : true
1313
1414 - name : Checkout posts repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 path : posts-repo
1818 repository : theTeamFuture/posts
1919 token : ${{ secrets.GH_PAT }}
2020
2121 - name : Checkout time capsule repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 path : time-capsules-repo
2525 repository : theTeamFuture/time-capsules
2929 uses : pnpm/action-setup@v4
3030
3131 - name : Setup Node
32- uses : actions/setup-node@v4
32+ uses : actions/setup-node@v6
3333 with :
3434 node-version : lts/Jod
3535 cache : pnpm
Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 lfs : true
1616
1717 - name : Checkout posts repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 path : posts-repo
2121 repository : theTeamFuture/posts
2222 token : ${{ secrets.GH_PAT }}
2323
2424 - name : Checkout time capsule repository
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 path : time-capsules-repo
2828 repository : theTeamFuture/time-capsules
3232 uses : pnpm/action-setup@v4
3333
3434 - name : Setup Node
35- uses : actions/setup-node@v4
35+ uses : actions/setup-node@v6
3636 with :
3737 node-version : lts/Jod
3838 cache : pnpm
5757 >/dev/null 2>&1
5858
5959 - name : Upload artifact
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v5
6161 with :
6262 name : github-pages
6363 path : ${{ runner.temp }}/artifact.tar
You can’t perform that action at this time.
0 commit comments