diff --git a/.github/workflows/dispatch-release-pypi.yml b/.github/workflows/dispatch-release-pypi.yml index 4abb905..4c47e58 100644 --- a/.github/workflows/dispatch-release-pypi.yml +++ b/.github/workflows/dispatch-release-pypi.yml @@ -19,7 +19,7 @@ jobs: id-token: write steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # grep exits with a non-zero exit code if a match is not found - name: Check Library Version matches ${{ github.ref_name }}