diff --git a/.github/workflows/cut_release.yml b/.github/workflows/cut_release.yml index 4cfbe67..7838dbd 100644 --- a/.github/workflows/cut_release.yml +++ b/.github/workflows/cut_release.yml @@ -22,7 +22,7 @@ jobs: run: echo ${{ env.VERSION }} > VERSION.txt - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x'