Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 17, 2023
1 parent 1da83db commit 44431c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Test python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.7.0
- uses: actions/checkout@v4.1.1
- name: Setup Python
uses: actions/setup-python@v4.4.0
with:
Expand Down

0 comments on commit 44431c4

Please sign in to comment.