Skip to content

Commit 1f49081

Browse files
chore(repo): Update GitHub Actions
1 parent 71e88b9 commit 1f49081

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/e2e-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ jobs:
366366
367367
- name: Notify Slack on failure
368368
if: ${{ (needs.integration-tests.result == 'failure' || needs.validate-instances.result == 'failure') && steps.inputs.outputs.notify-slack == 'true' }}
369-
uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
369+
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
370370
with:
371371
payload: |
372372
{

.github/workflows/electron-passkeys.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737

3838
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3939
with:
40-
node-version: 24
40+
node-version: 24.18.0
4141

4242
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
4343

44-
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
44+
- uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable
4545
with:
4646
toolchain: stable
4747
targets: ${{ matrix.settings.target }}
@@ -82,7 +82,7 @@ jobs:
8282

8383
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
8484
with:
85-
node-version: 24
85+
node-version: 24.18.0
8686

8787
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
8888

.github/workflows/expo-native-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
6262
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
6363
with:
64-
node-version: 24.15.0
64+
node-version: 24.18.0
6565
cache: pnpm
6666

6767
- name: Install monorepo dependencies

.github/workflows/mobile-e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
5757
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5858
with:
59-
node-version: 20
59+
node-version: 20.20.2
6060
cache: pnpm
6161

6262
- name: Install monorepo deps
@@ -109,7 +109,7 @@ jobs:
109109
echo "$HOME/.maestro/bin" >> "$GITHUB_PATH"
110110
111111
- name: Run Android e2e
112-
uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a # v2
112+
uses: reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d # v2
113113
env:
114114
CLERK_TEST_EMAIL: ${{ steps.user.outputs.email }}
115115
CLERK_TEST_PASSWORD: ${{ steps.user.outputs.password }}
@@ -164,7 +164,7 @@ jobs:
164164
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
165165
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
166166
with:
167-
node-version: 20
167+
node-version: 20.20.2
168168
cache: pnpm
169169

170170
- name: Install monorepo deps

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
- name: Send commit log to Slack
239239
id: slack
240240
if: steps.changesets.outputs.published == 'true'
241-
uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
241+
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
242242
with:
243243
payload: ${{ steps.notification.outputs.payload }}
244244
env:
@@ -247,7 +247,7 @@ jobs:
247247

248248
- name: Notify Slack on failure
249249
if: ${{ always() && steps.changesets.outcome == 'failure' }}
250-
uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
250+
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
251251
with:
252252
payload: |
253253
{
@@ -347,7 +347,7 @@ jobs:
347347
348348
- name: Notify Slack on failure
349349
if: ${{ always() && steps.publish.outcome == 'failure' }}
350-
uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
350+
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
351351
with:
352352
payload: |
353353
{
@@ -500,7 +500,7 @@ jobs:
500500
501501
- name: Update Comment
502502
if: steps.version-packages.outputs.success == '1'
503-
uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # v3.0.0
503+
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
504504
with:
505505
comment-id: ${{ github.event.comment.id }}
506506
reactions: heart
@@ -536,7 +536,7 @@ jobs:
536536
537537
- name: Create snapshot release comment
538538
if: steps.version-packages.outputs.success == '1'
539-
uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # v3.0.0
539+
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
540540
with:
541541
issue-number: ${{ github.event.issue.number }}
542542
body: |

0 commit comments

Comments
 (0)