Skip to content

Commit

Permalink
Update action verions
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr committed May 2, 2024
1 parent 0c6cb88 commit 1333d59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
id-token: write
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'
- name: setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: npm ci
Expand All @@ -29,12 +29,12 @@ jobs:
shell: bash
run: npm -ws run build
- name: upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./packages/app/dist
- name: deploy to github pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
publish-tauri:
permissions:
contents: write
Expand Down

0 comments on commit 1333d59

Please sign in to comment.