diff --git a/.github/workflows/python-test-latest.yml b/.github/workflows/python-test-latest.yml index 4c58ff9..04d01d9 100644 --- a/.github/workflows/python-test-latest.yml +++ b/.github/workflows/python-test-latest.yml @@ -39,7 +39,7 @@ jobs: python-version: ['3.13'] steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 840d0c5..533598c 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -39,7 +39,7 @@ jobs: python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.13t'] steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # fetch-depth: '0' is needed to fetch tags for hatch-vcs (and thus setuptools-scm) # to generate the version correctly; only really needed for jobs that would build and # upload to pypi, so ignore it since fetching the entire git history can take much longer @@ -80,7 +80,7 @@ jobs: python-version: ['3.9'] steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 @@ -112,7 +112,7 @@ jobs: python-version: ['3.13'] steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0