Skip to content

Commit 608a6eb

Browse files
authored
⚙️ Pin python version for the release workflow
1 parent 90ffea7 commit 608a6eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
with:
2525
go-version: ${{ env.go_version }}
2626
- uses: actions/setup-python@v5
27+
with:
28+
python-version: '3.11'
2729
- uses: FranzDiebold/github-env-vars-action@v2
2830
- name: Install CI/CD tools
2931
run: pip install continuous-delivery-scripts>=2.7 && pip list

0 commit comments

Comments
 (0)