Skip to content

Commit

Permalink
chore(ci): update versions (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Oct 31, 2024
1 parent d78dcfc commit df7bb7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/[email protected]

- name: setup node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: lts/*

Expand All @@ -23,7 +23,7 @@ jobs:
- name: install frontend dependencies
run: npm install

- uses: tauri-apps/tauri-action@v0
- uses: tauri-apps/tauri-action@v0.5.15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPLE_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
Expand All @@ -34,7 +34,7 @@ jobs:
APPLE_TEAM_ID: ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}

- name: Upload signed macOS Installer
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: build-macos-official
path: src-tauri/target/release/bundle/dmg/*.dmg
Expand Down

0 comments on commit df7bb7d

Please sign in to comment.