Skip to content

Commit 98bf757

Browse files
build(deps): Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 652daf4 commit 98bf757

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Lint & type-check
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828

2929
# ── Install runtime ────────────────────────────────
3030
# Replace or extend with your language setup action.
@@ -48,7 +48,7 @@ jobs:
4848
name: Tests
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v6
51+
- uses: actions/checkout@v7
5252

5353
- name: Set up runtime
5454
run: echo "Replace this step with your runtime setup"
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
needs: [lint, test]
6666
steps:
67-
- uses: actions/checkout@v6
67+
- uses: actions/checkout@v7
6868

6969
- name: Set up runtime
7070
run: echo "Replace this step with your runtime setup"
@@ -83,7 +83,7 @@ jobs:
8383
name: Documentation TODOs
8484
runs-on: ubuntu-latest
8585
steps:
86-
- uses: actions/checkout@v6
86+
- uses: actions/checkout@v7
8787

8888
- name: List remaining template placeholders
8989
run: |

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Validate commit messages
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Create GitHub Release
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919

0 commit comments

Comments
 (0)