diff options
author | 2025-09-05 00:11:30 +0000 | |
---|---|---|
committer | 2025-09-05 00:11:30 +0000 | |
commit | e3a19ae895dee4d5aca7c25e1fc8c4d373e9f896 (patch) | |
tree | d7e3d43c0761c603e9cbcde34ff7f19f71ec7236 | |
parent | Bump the ci-dependencies group across 1 directory with 2 updates (#240) (diff) |
Bump actions/setup-python from 5 to 6 in the ci-dependencies group
Bumps the ci-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).
Updates `actions/setup-python` from 5 to 6
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | .github/workflows/lint.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/test.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index aa8f36d..141eba2 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: - name: Set up Python id: python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.11" cache: pip diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 68e3858..a7d66a1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.11" cache: pip |