From 1f49081ca006305db538f07afbc514d9ff1ef565 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 06:06:30 +0000 Subject: [PATCH] chore(repo): Update GitHub Actions --- .github/workflows/e2e-staging.yml | 2 +- .github/workflows/electron-passkeys.yml | 6 +++--- .github/workflows/expo-native-build.yml | 2 +- .github/workflows/mobile-e2e.yml | 6 +++--- .github/workflows/release.yml | 10 +++++----- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/e2e-staging.yml b/.github/workflows/e2e-staging.yml index 0a2257779ca..0648da36a02 100644 --- a/.github/workflows/e2e-staging.yml +++ b/.github/workflows/e2e-staging.yml @@ -366,7 +366,7 @@ jobs: - name: Notify Slack on failure if: ${{ (needs.integration-tests.result == 'failure' || needs.validate-instances.result == 'failure') && steps.inputs.outputs.notify-slack == 'true' }} - uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0 + uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1 with: payload: | { diff --git a/.github/workflows/electron-passkeys.yml b/.github/workflows/electron-passkeys.yml index 57c1a24efc0..7be7a0f1bcb 100644 --- a/.github/workflows/electron-passkeys.yml +++ b/.github/workflows/electron-passkeys.yml @@ -37,11 +37,11 @@ jobs: - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 24 + node-version: 24.18.0 - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable + - uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable with: toolchain: stable targets: ${{ matrix.settings.target }} @@ -82,7 +82,7 @@ jobs: - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 24 + node-version: 24.18.0 - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 diff --git a/.github/workflows/expo-native-build.yml b/.github/workflows/expo-native-build.yml index 03e8520dbb0..965a20668d6 100644 --- a/.github/workflows/expo-native-build.yml +++ b/.github/workflows/expo-native-build.yml @@ -61,7 +61,7 @@ jobs: - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 24.15.0 + node-version: 24.18.0 cache: pnpm - name: Install monorepo dependencies diff --git a/.github/workflows/mobile-e2e.yml b/.github/workflows/mobile-e2e.yml index 5c75f37af06..5a2c469cee4 100644 --- a/.github/workflows/mobile-e2e.yml +++ b/.github/workflows/mobile-e2e.yml @@ -56,7 +56,7 @@ jobs: - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 20 + node-version: 20.20.2 cache: pnpm - name: Install monorepo deps @@ -109,7 +109,7 @@ jobs: echo "$HOME/.maestro/bin" >> "$GITHUB_PATH" - name: Run Android e2e - uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a # v2 + uses: reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d # v2 env: CLERK_TEST_EMAIL: ${{ steps.user.outputs.email }} CLERK_TEST_PASSWORD: ${{ steps.user.outputs.password }} @@ -164,7 +164,7 @@ jobs: - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 20 + node-version: 20.20.2 cache: pnpm - name: Install monorepo deps diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7037e0773dd..82843afa7ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -238,7 +238,7 @@ jobs: - name: Send commit log to Slack id: slack if: steps.changesets.outputs.published == 'true' - uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0 + uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1 with: payload: ${{ steps.notification.outputs.payload }} env: @@ -247,7 +247,7 @@ jobs: - name: Notify Slack on failure if: ${{ always() && steps.changesets.outcome == 'failure' }} - uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0 + uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1 with: payload: | { @@ -347,7 +347,7 @@ jobs: - name: Notify Slack on failure if: ${{ always() && steps.publish.outcome == 'failure' }} - uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0 + uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1 with: payload: | { @@ -500,7 +500,7 @@ jobs: - name: Update Comment if: steps.version-packages.outputs.success == '1' - uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # v3.0.0 + uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 with: comment-id: ${{ github.event.comment.id }} reactions: heart @@ -536,7 +536,7 @@ jobs: - name: Create snapshot release comment if: steps.version-packages.outputs.success == '1' - uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # v3.0.0 + uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 with: issue-number: ${{ github.event.issue.number }} body: |