Skip to content

Commit

Permalink
Fixed the python version used by the version bump GitHub Action (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
openvmp authored Dec 29, 2023
1 parent 4ca00c5 commit 6f91a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Setup env variables
run: |
echo "SKIPBUMP=FALSE" >> $GITHUB_ENV
Expand Down

0 comments on commit 6f91a7f

Please sign in to comment.