Skip to content

Commit 755ada2

Browse files
chore(deps): bump actions/checkout from 4 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c14c14 commit 755ada2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out source
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v7
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:

0 commit comments

Comments
 (0)