Skip to content

Commit a7e6e70

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): Bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- 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 483eed9 commit a7e6e70

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Generic pre-commit checks
1919
runs-on: ubuntu-22.04
2020
steps:
21-
- uses: actions/[email protected].0
21+
- uses: actions/[email protected].1
2222
with:
2323
fetch-depth: 1
2424

@@ -33,7 +33,7 @@ jobs:
3333
name: Mypy
3434
runs-on: ubuntu-22.04
3535
steps:
36-
- uses: actions/[email protected].0
36+
- uses: actions/[email protected].1
3737
with:
3838
fetch-depth: 1
3939

@@ -53,7 +53,7 @@ jobs:
5353
name: Tests on ${{ matrix.python }}
5454
runs-on: ${{ matrix.os }}
5555
steps:
56-
- uses: actions/[email protected].0
56+
- uses: actions/[email protected].1
5757
with:
5858
fetch-depth: 1
5959

.github/workflows/codspeed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
benchmarks:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/[email protected].0
14+
- uses: actions/[email protected].1
1515
- uses: actions/setup-python@v5
1616
with:
1717
# Python 3.12 for flamegraph support

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
id-token: write
1515
steps:
16-
- uses: actions/[email protected].0
16+
- uses: actions/[email protected].1
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:

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

+1-1
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].0
17+
- uses: actions/[email protected].1
1818
with:
1919
fetch-depth: 1
2020
submodules: true

0 commit comments

Comments
 (0)