diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb43e18e..9abef090 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checking out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: main diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 39e92120..72e6960c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checking out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: main diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ba4176e8..39ed816b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checking out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: main @@ -92,7 +92,7 @@ jobs: - name: Checkout documentation pages branch if: ${{ github.ref == 'refs/heads/main' }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: gh-pages path: pages diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9bdadbed..780a9e4f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checking out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a774b8b7..721730e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: # depth=0 is needed for semantic-release - name: Checking out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: main diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f5780c53..36bfa85b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checking out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: main