diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b160d190..61db1413 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -12,7 +12,7 @@ jobs: runs-on: tools-gha-runners steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Python uses: actions/setup-python@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0faa067..643e5ee2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: tools-gha-runners steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 04001863..4f42f485 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -43,7 +43,7 @@ jobs: test_markers: "files" steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Python uses: actions/setup-python@v5 diff --git a/.github/workflows/tests-fuzzy.yml b/.github/workflows/tests-fuzzy.yml index c33ff7aa..f8032d50 100644 --- a/.github/workflows/tests-fuzzy.yml +++ b/.github/workflows/tests-fuzzy.yml @@ -38,7 +38,7 @@ jobs: runs-on: ${{ matrix.os }}-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event.client_payload.pull_request.head.ref }} diff --git a/.github/workflows/tests-package.yml b/.github/workflows/tests-package.yml index 97b51b27..b7d6ee1b 100644 --- a/.github/workflows/tests-package.yml +++ b/.github/workflows/tests-package.yml @@ -24,7 +24,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install dependencies run: | diff --git a/.github/workflows/tests-performance-client-e2e.yml b/.github/workflows/tests-performance-client-e2e.yml index f0aa15fe..e65b7146 100644 --- a/.github/workflows/tests-performance-client-e2e.yml +++ b/.github/workflows/tests-performance-client-e2e.yml @@ -30,7 +30,7 @@ jobs: timeout-minutes: 120 steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install dependencies run: | diff --git a/.github/workflows/tests-performance.yml b/.github/workflows/tests-performance.yml index 0067c718..949f67a3 100644 --- a/.github/workflows/tests-performance.yml +++ b/.github/workflows/tests-performance.yml @@ -28,7 +28,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install dependencies run: | diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index 21533c18..a724c6dd 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os }}-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event.client_payload.pull_request.head.ref }}