diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 4c65954..a7e589f 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -28,7 +28,7 @@ jobs: name: ${{ matrix.os }} - ${{ matrix.python-version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Get history and tags for SCM versioning to work run: | git fetch --prune --unshallow @@ -52,7 +52,7 @@ jobs: needs: [test] name: Build Python packages steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Get history and tags for SCM versioning to work run: | git fetch --prune --unshallow diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index f72d384..36a82a9 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -23,7 +23,7 @@ jobs: package_name: ${{ steps.build_artifacts.outputs.package_name }} package_version: ${{ steps.build_artifacts.outputs.package_version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false fetch-tags: true