diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a88074..15930dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: run_ci: ${{ steps.filter.outputs.run_ci }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check changed paths id: filter @@ -44,7 +44,7 @@ jobs: if: needs.changes.outputs.run_ci == 'true' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Scan chart with kube-linter uses: stackrox/kube-linter-action@v1 @@ -70,7 +70,7 @@ jobs: if: needs.changes.outputs.run_ci == 'true' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -105,7 +105,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0494b15..4e45c04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: should_release: ${{ steps.filter.outputs.should_release }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -64,7 +64,7 @@ jobs: steps: # ----------------------------------------------------------------------- - name: Checkout (full history required for release notes) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml index d2477e2..60a463a 100644 --- a/.github/workflows/sync-upstream.yml +++ b/.github/workflows/sync-upstream.yml @@ -35,7 +35,7 @@ jobs: steps: # ----------------------------------------------------------------------- - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # ----------------------------------------------------------------------- - name: Install yq