Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.3 to 4.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.3...v4.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 25, 2024
1 parent 671f229 commit 55d9ca7
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.3
- uses: actions/checkout@v4.1.4

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

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

- uses: actions/setup-python@v5.1.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.3
- uses: actions/checkout@v4.1.4

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

0 comments on commit 55d9ca7

Please sign in to comment.