diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3aeb4c9..5e08f9d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -72,7 +72,7 @@ jobs: integration-test-matrix: '${{ steps.generate-matrix.outputs.integration-test-matrix }}' steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false - id: generate-matrix @@ -101,7 +101,7 @@ jobs: example-packages-matrix: '${{ steps.generate-matrix.outputs.example-packages-matrix }}' steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false - id: generate-matrix diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f084d6e..ea0a900 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -79,7 +79,7 @@ jobs: integration-test-matrix: '${{ steps.generate-matrix.outputs.integration-test-matrix }}' steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false - id: generate-matrix @@ -108,7 +108,7 @@ jobs: example-packages-matrix: '${{ steps.generate-matrix.outputs.example-packages-matrix }}' steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false - id: generate-matrix diff --git a/.github/workflows/pull_request_label.yml b/.github/workflows/pull_request_label.yml index d2da2f1..ed8754b 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@v4 + uses: actions/checkout@v6 with: persist-credentials: false - name: Check for Semantic Version label