Skip to content

Commit bdbabb8

Browse files
authored
Merge pull request #205 from mogeko/dependabot/github_actions/github-actions-26358e3a13
build(deps): bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group
2 parents 6922b6f + 81f8aa1 commit bdbabb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
2121
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
2222
steps:
23-
- uses: actions/checkout@v5.0.0
23+
- uses: actions/checkout@v6.0.0
2424
- name: Set up pnpm
2525
uses: pnpm/[email protected]
2626
- name: Set up Node.js

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
2525
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
2626
steps:
27-
- uses: actions/checkout@v5.0.0
27+
- uses: actions/checkout@v6.0.0
2828
- name: Set up pnpm
2929
uses: pnpm/[email protected]
3030
- name: Set up Node.js

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
TURBO_FORCE: true
1515
steps:
16-
- uses: actions/checkout@v5.0.0
16+
- uses: actions/checkout@v6.0.0
1717
- name: Set up pnpm
1818
uses: pnpm/[email protected]
1919
- name: Set up Node.js

0 commit comments

Comments
 (0)