diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b7ec42..ce7d6dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: submodules: recursive fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: cache: 'pip' # caching pip dependencies - name: Install dependencies