diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 59c8541..5bc2199 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -16,7 +16,7 @@ jobs: outputs: TAG_NOT_PRESENT: ${{ steps.get-tag.outputs.TAG_NOT_PRESENT }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - name: Get the tag from Python and check if it's present @@ -43,7 +43,7 @@ jobs: needs: check-if-tag if: needs.check-if-tag.outputs.TAG_NOT_PRESENT == 'true' steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: actions/setup-python@v6 with: python-version: "3.14" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9a8c1f..f4e8a7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: matrix: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} @@ -26,7 +26,7 @@ jobs: matrix: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} @@ -37,7 +37,7 @@ jobs: name: Compare to API runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: actions/setup-python@v6 with: python-version: "3.14"