Skip to content

Commit 0b2ea7a

Browse files
Bump actions/setup-python from 4 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...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>
1 parent 6270b5b commit 0b2ea7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: microsoft/security-devops-action@v1.6.0
108108
id: msdo
109109
- name: Set up Python
110-
uses: actions/setup-python@v4
110+
uses: actions/setup-python@v6
111111
with:
112112
python-version: "3.11"
113113
- name: ci-config branch
@@ -226,7 +226,7 @@ jobs:
226226
sanitizer: [asan, ubsan]
227227
type: [release]
228228
steps:
229-
- uses: actions/setup-python@v5
229+
- uses: actions/setup-python@v6
230230
with:
231231
python-version: '3.x'
232232
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)