| commit | 724b038b9fbd81a2f0e7c4b66c5c8546bbd99ce9 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Dec 01 06:29:44 2025 +0000 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Mon Dec 01 22:04:10 2025 +0100 |
| tree | 1c3a9fe0067d7f45f6caf846beba23a42304c5a9 | |
| parent | d90f2bb1e87252613c642d632395a65d3e8835f6 [diff] |
Bump actions/setup-python from 3 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 23d2607..ab1b91e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml
@@ -35,7 +35,7 @@ with: persist-credentials: false submodules: recursive - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v6 - name: Get configuration and secrets from CloudTruth uses: ./.github/actions/cloudtruth/configure-action with: