Skip to content

Commit 0acb49d

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump actions/checkout from 4.1.5 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.5...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f135738 commit 0acb49d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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.1.5
22+
- uses: actions/checkout@v4.1.7
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.1.5
37+
- uses: actions/checkout@v4.1.7
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.1.5
57+
- uses: actions/checkout@v4.1.7
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.1.5
16+
uses: actions/checkout@v4.1.7
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.1.5
13+
- uses: actions/checkout@v4.1.7
1414
- name: Set up Python 3.9
1515
uses: actions/setup-python@v5
1616
with:

0 commit comments

Comments
 (0)