Skip to content

Commit 4f2e310

Browse files
ci(deps): update actions/setup-python action to v6 (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74f9160 commit 4f2e310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
node-version: 22
5959
cache: "npm"
60-
- uses: actions/setup-python@v5
60+
- uses: actions/setup-python@v6
6161
with:
6262
python-version: "3.12"
6363
cache: "pip"

0 commit comments

Comments
 (0)