Skip to content

Commit 04fcab1

Browse files
ci: bump actions/checkout from 6 to 7 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59e3d0d commit 04fcab1

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/cd-publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: blacksmith-2vcpu-ubuntu-2404
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
fetch-depth: 1
3030

.github/workflows/cd-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
!contains(github.event.head_commit.message, 'chore: bump version')
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535
fetch-depth: 0

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
PUBLIC_CONVEX_URL: "https://example.convex.cloud"
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838

3939
- name: Setup Bun
4040
uses: oven-sh/setup-bun@v2
@@ -81,7 +81,7 @@ jobs:
8181
PUBLIC_CONVEX_URL: "https://example.convex.cloud"
8282
steps:
8383
- name: Checkout
84-
uses: actions/checkout@v6
84+
uses: actions/checkout@v7
8585

8686
- name: Setup Bun
8787
uses: oven-sh/setup-bun@v2
@@ -144,7 +144,7 @@ jobs:
144144
PUBLIC_CONVEX_URL: "https://example.convex.cloud"
145145
steps:
146146
- name: Checkout
147-
uses: actions/checkout@v6
147+
uses: actions/checkout@v7
148148

149149
- name: Setup Bun
150150
uses: oven-sh/setup-bun@v2

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727

2828
- name: Initialize CodeQL
2929
uses: github/codeql-action/init@v4

.github/workflows/preview-seed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
178178
- name: Checkout
179179
if: steps.pr.outputs.skip != 'true'
180-
uses: actions/checkout@v6
180+
uses: actions/checkout@v7
181181

182182
- name: Setup Bun
183183
if: steps.pr.outputs.skip != 'true'

.github/workflows/tui-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232

3333
- name: Setup Bun
3434
uses: oven-sh/setup-bun@v2
@@ -83,7 +83,7 @@ jobs:
8383
RELEASE_QA_TARGET_URL: ${{ vars.RELEASE_QA_TARGET_URL }}
8484
steps:
8585
- name: Checkout
86-
uses: actions/checkout@v6
86+
uses: actions/checkout@v7
8787

8888
- name: Setup Bun
8989
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)