Skip to content

Commit 453ec30

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/dependencies-b3660fab52
2 parents 78a44db + f306480 commit 453ec30

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
RESEND_SIGNING_SECRET: ${{ secrets.RESEND_SIGNING_SECRET }}
1919
steps:
2020
- name: Checkout repo
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v4

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
RESEND_SIGNING_SECRET: ${{ secrets.RESEND_SIGNING_SECRET }}
2222
steps:
2323
- name: Checkout repo
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Setup pnpm
2727
uses: pnpm/action-setup@v4

.github/workflows/test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Setup pnpm
2222
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)