Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.2 (#299)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2024
1 parent a5c2a0f commit 95152e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Expand Up @@ -26,7 +26,7 @@ jobs:
name: tests
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- uses: actions/setup-python@v5.0.0
with:
Expand All @@ -43,7 +43,7 @@ jobs:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- uses: actions/setup-python@v5.0.0
with:
Expand All @@ -59,7 +59,7 @@ jobs:
name: fuzz
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- uses: actions/setup-python@v5.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-pypi.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- uses: actions/setup-python@v5.0.0
with:
Expand Down

0 comments on commit 95152e5

Please sign in to comment.