File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 publish_docs :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v4
2626 - name : publish
2727 id : projects
2828 uses : sveltejs/action-deploy-docs@main
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout Repo
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 with :
2222 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2323 fetch-depth : 0
24- - uses : pnpm/action-setup@v2.2.4
24+ - uses : pnpm/action-setup@v4
2525 with :
2626 version : 8.6.2
2727 - name : Setup Node.js
28- uses : actions/setup-node@v3
28+ uses : actions/setup-node@v4
2929 with :
3030 node-version : 18.x
3131 cache : pnpm
You can’t perform that action at this time.
0 commit comments