Skip to content

Commit ff5f43d

Browse files
committed
Update GitHub Actions to use latest versions of checkout, setup-node, and tauri-action
1 parent 1898e92 commit ff5f43d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
runs-on: ${{ matrix.platform }}
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929

3030
- name: install dependencies (ubuntu only)
3131
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
@@ -40,7 +40,7 @@ jobs:
4040
run_install: false
4141

4242
- name: setup node
43-
uses: actions/setup-node@v4
43+
uses: actions/setup-node@v5
4444
with:
4545
node-version: lts/*
4646
cache: 'pnpm'
@@ -63,7 +63,7 @@ jobs:
6363
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
6464
run: pnpm install
6565

66-
- uses: tauri-apps/tauri-action@v0.5.18
66+
- uses: tauri-apps/tauri-action@v0.6.2
6767
env:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}

0 commit comments

Comments
 (0)