Skip to content

Commit

Permalink
Merge pull request #69 from gojek/fix/upgrade_python_version
Browse files Browse the repository at this point in the history
upgrade python to 3.10
  • Loading branch information
rcrahul43 authored Apr 27, 2024
2 parents 7db8baa + dbd7ab5 commit 3b7b0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_pod_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.9.6'
python-version: '3.10'

- name: version bump
run: python3 auto_version_bump.py

0 comments on commit 3b7b0fa

Please sign in to comment.