Skip to content

Commit 0dea4d4

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump actions/checkout from 4.2.2 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ebf7d0 commit 0dea4d4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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 prek checks
2020
runs-on: ubuntu-22.04
2121
steps:
22-
- uses: actions/checkout@v4.2.2
22+
- uses: actions/checkout@v6.0.2
2323
with:
2424
fetch-depth: 1
2525

@@ -35,7 +35,7 @@ jobs:
3535
name: Mypy
3636
runs-on: ubuntu-22.04
3737
steps:
38-
- uses: actions/checkout@v4.2.2
38+
- uses: actions/checkout@v6.0.2
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@v4.2.2
59+
- uses: actions/checkout@v6.0.2
6060
with:
6161
fetch-depth: 1
6262

.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@v6.0.2
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@v6.0.2
1414
- name: Set up Python 3.9
1515
uses: actions/setup-python@v5
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-22.04
1616
steps:
17-
- uses: actions/checkout@v4.2.2
17+
- uses: actions/checkout@v6.0.2
1818
with:
1919
fetch-depth: 1
2020
submodules: true

0 commit comments

Comments
 (0)