Skip to content

Commit e17a742

Browse files
build(deps): bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33c1e0c commit e17a742

4 files changed

Lines changed: 6 additions & 6 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 pre-commit checks
2020
runs-on: ubuntu-22.04
2121
steps:
22-
- uses: actions/checkout@v4.2.2
22+
- uses: actions/checkout@v5.0.0
2323
with:
2424
fetch-depth: 1
2525

@@ -34,7 +34,7 @@ jobs:
3434
name: Mypy
3535
runs-on: ubuntu-22.04
3636
steps:
37-
- uses: actions/checkout@v4.2.2
37+
- uses: actions/checkout@v5.0.0
3838
with:
3939
fetch-depth: 1
4040

@@ -54,7 +54,7 @@ jobs:
5454
name: ${{ matrix.os }}/tests_${{ matrix.python }}
5555
runs-on: ${{ matrix.os }}
5656
steps:
57-
- uses: actions/checkout@v4.2.2
57+
- uses: actions/checkout@v5.0.0
5858
with:
5959
fetch-depth: 1
6060

.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-22.04
1414
steps:
1515
- name: Check out code
16-
uses: actions/checkout@v4.2.2
16+
uses: actions/checkout@v5.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-22.04
1212
steps:
13-
- uses: actions/checkout@v4.2.2
13+
- uses: actions/checkout@v5.0.0
1414
- name: Set up Python 3.9
1515
uses: actions/setup-python@v5
1616
with:

.github/workflows/update-pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Update pre-commit
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- uses: actions/checkout@v4.2.2
17+
- uses: actions/checkout@v5.0.0
1818
with:
1919
fetch-depth: 1
2020
submodules: true

0 commit comments

Comments
 (0)