Skip to content

Commit 500c137

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump actions/checkout from 3.0.2 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.2...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37b233c commit 500c137

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-20.04
2121
steps:
22-
- uses: actions/checkout@v3.0.2
22+
- uses: actions/checkout@v4.1.1
2323
with:
2424
fetch-depth: 1
2525

@@ -34,7 +34,7 @@ jobs:
3434
name: Mypy
3535
runs-on: ubuntu-20.04
3636
steps:
37-
- uses: actions/checkout@v3.0.2
37+
- uses: actions/checkout@v4.1.1
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@v3.0.2
57+
- uses: actions/checkout@v4.1.1
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-20.04
1414
steps:
1515
- name: Check out code
16-
uses: actions/checkout@v3.0.2
16+
uses: actions/checkout@v4.1.1
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-20.04
1212
steps:
13-
- uses: actions/checkout@v3.0.2
13+
- uses: actions/checkout@v4.1.1
1414
- name: Set up Python 3.9
1515
uses: actions/setup-python@v4
1616
with:

0 commit comments

Comments
 (0)