diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 0410562..8151f67 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v5.0.0 diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 49a60bc..74f0b31 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -22,7 +22,7 @@ jobs: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 with: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 387dfbc..aa211a5 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,7 +19,7 @@ jobs: name: Pre-commit steps: - name: Check out the repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Python ${{ env.DEFAULT_PYTHON }} uses: actions/setup-python@v6 @@ -47,7 +47,7 @@ jobs: python: ["3.9", "3.10", "3.11"] steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: 🏗 Set up Python ${{ matrix.python }} id: python uses: actions/setup-python@v6 @@ -92,7 +92,7 @@ jobs: needs: pytest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: ⬇️ Download coverage data uses: actions/download-artifact@v8 - name: 🏗 Set up Python 3.11