From 2a178e2a6d685766a8f1eec0c26d2fa39c70a422 Mon Sep 17 00:00:00 2001 From: Roman Kuzmenko Date: Fri, 29 Dec 2023 02:17:03 -0800 Subject: [PATCH] Fixed the python version used by the version bump GitHub Action --- .github/workflows/version-bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 50500d74..b1256ed2 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -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