diff --git a/.github/workflows/archive_lint_reports.yml b/.github/workflows/archive_lint_reports.yml index 68ea4e70..6b432039 100644 --- a/.github/workflows/archive_lint_reports.yml +++ b/.github/workflows/archive_lint_reports.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Get current timestamp id: timestamp diff --git a/.github/workflows/docker-multi-arch.yml b/.github/workflows/docker-multi-arch.yml index 38530269..9dddb4bf 100644 --- a/.github/workflows/docker-multi-arch.yml +++ b/.github/workflows/docker-multi-arch.yml @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-24.04-arm steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false @@ -92,7 +92,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/kubernetes-deploy-to-cluster.yml b/.github/workflows/kubernetes-deploy-to-cluster.yml index ca6b59eb..87d98e3a 100644 --- a/.github/workflows/kubernetes-deploy-to-cluster.yml +++ b/.github/workflows/kubernetes-deploy-to-cluster.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Import Secrets uses: hashicorp/vault-action@v3