Skip to content

Commit 9134b1c

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edb353a commit 9134b1c

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 pre-commit checks
2020
runs-on: ubuntu-22.04
2121
steps:
22-
- uses: actions/[email protected].1
22+
- uses: actions/[email protected].2
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/[email protected].1
37+
- uses: actions/[email protected].2
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/[email protected].1
57+
- uses: actions/[email protected].2
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/[email protected].1
16+
uses: actions/[email protected].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/[email protected].1
13+
- uses: actions/[email protected].2
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/[email protected].1
17+
- uses: actions/[email protected].2
1818
with:
1919
fetch-depth: 1
2020
submodules: true

0 commit comments

Comments
 (0)