diff --git a/README.md b/README.md index 1afb254..c50f8dd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: if: "!endsWith(matrix.python-version, '-dev')" with: python-version: ${{ matrix.python-version }} - - uses: deadsnakes/action@v3.1.0 + - uses: deadsnakes/action@v3.2.0 if: endsWith(matrix.python-version, '-dev') with: python-version: ${{ matrix.python-version }}