Skip to content

Commit e783e4e

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump actions/checkout from 6.0.3 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d504b6d commit e783e4e

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Generic prek checks
2020
runs-on: ubuntu-24.04
2121
steps:
22-
- uses: actions/checkout@v6.0.3
22+
- uses: actions/checkout@v7.0.0
2323
with:
2424
fetch-depth: 1
2525

@@ -35,7 +35,7 @@ jobs:
3535
name: Mypy
3636
runs-on: ubuntu-24.04
3737
steps:
38-
- uses: actions/checkout@v6.0.3
38+
- uses: actions/checkout@v7.0.0
3939
with:
4040
fetch-depth: 1
4141

@@ -56,7 +56,7 @@ jobs:
5656
name: ${{ matrix.os }}/tests_${{ matrix.python }}
5757
runs-on: ${{ matrix.os }}
5858
steps:
59-
- uses: actions/checkout@v6.0.3
59+
- uses: actions/checkout@v7.0.0
6060
with:
6161
fetch-depth: 1
6262

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-24.04
2525
timeout-minutes: 30
2626
steps:
27-
- uses: actions/checkout@v6.0.3
27+
- uses: actions/checkout@v7.0.0
2828
with:
2929
fetch-depth: 1
3030

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Check out code
16-
uses: actions/checkout@v6.0.3
16+
uses: actions/checkout@v7.0.0
1717
with:
1818
fetch-depth: 0
1919
- name: Run commitsar

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build and publish Python 🐍distributions 📦 to PyPI
1111
runs-on: ubuntu-24.04
1212
steps:
13-
- uses: actions/checkout@v6.0.3
13+
- uses: actions/checkout@v7.0.0
1414
- name: Set up Python
1515
uses: actions/setup-python@v6.3.0
1616
with:

.github/workflows/update-prek.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Update prek
1515
runs-on: ubuntu-24.04
1616
steps:
17-
- uses: actions/checkout@v6.0.3
17+
- uses: actions/checkout@v7.0.0
1818
with:
1919
fetch-depth: 1
2020
submodules: true

0 commit comments

Comments
 (0)