Skip to content

Commit 6bbdc01

Browse files
ci: bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 41a73e8 commit 6bbdc01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
VERSION=$(yq --unwrapScalar .project.version pyproject.toml)
4242
echo "VERSION=${VERSION}" >> "${GITHUB_ENV}"
4343
fi
44-
- uses: actions/setup-python@v6
44+
- uses: actions/setup-python@v7
4545
with:
4646
python-version: 3
4747
- name: Install dependencies

0 commit comments

Comments
 (0)