diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1de7a8cd..4bebe0fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: integration-test-matrix: '${{ steps.generate-matrix.outputs.integration-test-matrix }}' steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - id: generate-matrix @@ -90,7 +90,7 @@ jobs: linkage-test-matrix: '${{ steps.generate-matrix.outputs.linkage-test-matrix }}' steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - id: generate-matrix diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index aea16e9f..c576fe6c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -42,7 +42,7 @@ jobs: integration-test-matrix: '${{ steps.generate-matrix.outputs.integration-test-matrix }}' steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - id: generate-matrix @@ -94,7 +94,7 @@ jobs: linkage-test-matrix: '${{ steps.generate-matrix.outputs.linkage-test-matrix }}' steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - id: generate-matrix diff --git a/.github/workflows/pull_request_label.yml b/.github/workflows/pull_request_label.yml index ed8754bd..dfd7dd65 100644 --- a/.github/workflows/pull_request_label.yml +++ b/.github/workflows/pull_request_label.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 1 steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Check for Semantic Version label