Skip to content

Commit

Permalink
build(deps): Bump actions/checkout from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and Stranger6667 committed Dec 23, 2024
1 parent 4df9073 commit 907afa4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Generic pre-commit checks
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1

Expand All @@ -33,7 +33,7 @@ jobs:
name: Mypy
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1

Expand All @@ -53,7 +53,7 @@ jobs:
name: Tests on ${{ matrix.python }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
benchmarks:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/setup-python@v5
with:
# Python 3.12 for flamegraph support
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Update pre-commit
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1
submodules: true
Expand Down

0 comments on commit 907afa4

Please sign in to comment.