aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/deploy_website.yml
diff options
context:
space:
mode:
authorBrendan F <EpicWolverine@users.noreply.github.com>2024-04-30 23:10:24 -0700
committerBrendan F <EpicWolverine@users.noreply.github.com>2024-04-30 23:10:24 -0700
commit41592a3449c73666addc39fd09ccfcf60103ae12 (patch)
tree02d98bb3bafdb82b77f05c319f7a1769ed9beb97 /.github/workflows/deploy_website.yml
parent4a2a441476113dd4fd59a7951679aad00ed1fd36 (diff)
Update to Node 20 actions
Diffstat (limited to '.github/workflows/deploy_website.yml')
-rw-r--r--.github/workflows/deploy_website.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/deploy_website.yml b/.github/workflows/deploy_website.yml
index ca084ef..9018d4c 100644
--- a/.github/workflows/deploy_website.yml
+++ b/.github/workflows/deploy_website.yml
@@ -30,23 +30,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set Node.js
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Run install
- uses: borales/actions-yarn@v4.2.0
+ uses: borales/actions-yarn@v5
with:
cmd: install # will run `yarn install` command
- name: Build production bundle
- uses: borales/actions-yarn@v4.2.0
+ uses: borales/actions-yarn@v5
with:
cmd: build
- name: Upload artifact
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
with:
path: './build'
- name: Deploy to GitHub Pages
id: deployment
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage