Skip to content

Commit d68cebc

Browse files
Update actions/setup-python action to v6 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94fe6bc commit d68cebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v4
7474
with:
7575
go-version: stable
76-
- uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
76+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
7777

7878
- name: set PYVERSION
7979
run: echo "PYVERSION=$(python --version | tr ' ' '-')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)