diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 864c3ee..0de3b44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: name: Frontend build runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: node-version: 20 @@ -56,7 +56,7 @@ jobs: RUSTC_WRAPPER: sccache SCCACHE_GHA_ENABLED: "true" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Version kept in sync with /rust-toolchain.toml (the source of truth). - uses: dtolnay/rust-toolchain@1.96.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84db8c8..7fbb002 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Linux system dependencies if: matrix.os == 'ubuntu-22.04' @@ -154,7 +154,7 @@ jobs: echo "APPLE_API_KEY_PATH=$RUNNER_TEMP/AuthKey.p8" >> "$GITHUB_ENV" - name: Build app and attach to draft release - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # macOS code-signing + notarization. tauri-action imports the cert into @@ -338,7 +338,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # full history + tags, to diff against the previous tag