Skip to content

Commit

Permalink
build(deps): Bump actions/checkout in the ci-dependencies group (#231)
Browse files Browse the repository at this point in the history
Bumps the ci-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.1.1 to 4.1.7
- [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.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent 8f51be7 commit add1fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: "${{ matrix.os }}"

steps:
- uses: "actions/[email protected].1"
- uses: "actions/[email protected].7"

- id: "python_and_poetry"
uses: "./.github/actions/install_python_and_poetry"
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/[email protected].1"
- uses: "actions/[email protected].7"

- id: "python_and_poetry"
uses: "./.github/actions/install_python_and_poetry"
Expand Down

0 comments on commit add1fc0

Please sign in to comment.