Skip to content

Commit

Permalink
chore(deps): update all github actions (major) (#108)
Browse files Browse the repository at this point in the history
chore(deps): update all github actions

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent 3f6f668 commit 06d43d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Checkout branch ${{ github.ref }}
uses: actions/checkout@v4

- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
id: cache
with:
path: dist
Expand All @@ -48,17 +48,17 @@ jobs:
pnpm_version: ${{ env.pnpm_version }}

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: dist

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

- name: Setup credentials
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
node_version: ${{ env.node_version }}
pnpm_version: ${{ env.pnpm_version }}

- uses: actions/cache/save@v3
- uses: actions/cache/save@v4
id: cache
with:
path: dist
Expand Down

0 comments on commit 06d43d2

Please sign in to comment.