diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 26d1afb..766c114 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -21,7 +21,7 @@ jobs: version_type: ${{ steps.check.outputs.type }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -95,7 +95,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5055135..781a7be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f449b4e..c193ad1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: should_run: ${{ steps.filter.outputs.relevant }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check for code changes id: filter diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 332fea5..fdc6f78 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: should_run: ${{ steps.filter.outputs.relevant }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check for code changes id: filter @@ -67,7 +67,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3d1eeb6..5deeba0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,7 +23,7 @@ jobs: should_run: ${{ steps.filter.outputs.relevant }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check for code changes id: filter @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/dependency-report.yml b/.github/workflows/dependency-report.yml index 8cc6dee..94dbce3 100644 --- a/.github/workflows/dependency-report.yml +++ b/.github/workflows/dependency-report.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up JDK 21 uses: actions/setup-java@v4 diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index aa205e0..9fb892a 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -41,7 +41,7 @@ jobs: should_run: ${{ steps.filter.outputs.relevant }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 2 diff --git a/.github/workflows/e2e-runtime-test.yml b/.github/workflows/e2e-runtime-test.yml index a1f3986..ae5c4e2 100644 --- a/.github/workflows/e2e-runtime-test.yml +++ b/.github/workflows/e2e-runtime-test.yml @@ -60,7 +60,7 @@ jobs: outputs: should_run: ${{ steps.filter.outputs.relevant }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - id: filter uses: dorny/paths-filter@v3 with: @@ -101,7 +101,7 @@ jobs: steps: - name: 📥 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 📦 Download artifact uses: actions/download-artifact@v4 diff --git a/.github/workflows/policy-guard.yml b/.github/workflows/policy-guard.yml index 468a2d5..1a2e30a 100644 --- a/.github/workflows/policy-guard.yml +++ b/.github/workflows/policy-guard.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/runtime-test.yml b/.github/workflows/runtime-test.yml index 7cea4cd..6b363f0 100644 --- a/.github/workflows/runtime-test.yml +++ b/.github/workflows/runtime-test.yml @@ -33,7 +33,7 @@ jobs: should_run: ${{ steps.filter.outputs.relevant }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check for code changes id: filter diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index b1ba555..1a2b0b1 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -30,7 +30,7 @@ jobs: should_run: ${{ steps.filter.outputs.relevant }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 2 @@ -64,7 +64,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0