From d35b916df8ee13389a3bb25a6731242ce63696ef Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Feb 2026 12:02:19 +0000 Subject: [PATCH] chore(deps): update https://code.forgejo.org/actions/checkout action to v6 --- .forgejo/workflows/ci.yaml | 6 +++--- .forgejo/workflows/deploy-tofu.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 1cf818a..8c68c11 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -7,7 +7,7 @@ jobs: pre-commit: runs-on: ubuntu-22.04 steps: - - uses: https://code.forgejo.org/actions/checkout@v5 + - uses: https://code.forgejo.org/actions/checkout@v6 - uses: https://code.forgejo.org/actions/setup-python@v6 with: python-version: '3.10' @@ -19,7 +19,7 @@ jobs: k8s: runs-on: ubuntu-22.04 steps: - - uses: https://code.forgejo.org/actions/checkout@v5 + - uses: https://code.forgejo.org/actions/checkout@v6 - name: Set up Kubeconform uses: bmuschko/setup-kubeconform@v1 @@ -30,7 +30,7 @@ jobs: tflint: runs-on: ubuntu-22.04 steps: - - uses: https://code.forgejo.org/actions/checkout@v5 + - uses: https://code.forgejo.org/actions/checkout@v6 - uses: terraform-linters/setup-tflint@v6 name: Setup TFLint with: diff --git a/.forgejo/workflows/deploy-tofu.yaml b/.forgejo/workflows/deploy-tofu.yaml index 96b6c38..15d8a83 100644 --- a/.forgejo/workflows/deploy-tofu.yaml +++ b/.forgejo/workflows/deploy-tofu.yaml @@ -10,7 +10,7 @@ jobs: authentik: runs-on: ubuntu-22.04 steps: - - uses: https://code.forgejo.org/actions/checkout@v5 + - uses: https://code.forgejo.org/actions/checkout@v6 - uses: opentofu/setup-opentofu@v1 with: tofu_version: 1.8.1 @@ -40,7 +40,7 @@ jobs: adguard: runs-on: ubuntu-22.04 steps: - - uses: https://code.forgejo.org/actions/checkout@v5 + - uses: https://code.forgejo.org/actions/checkout@v6 - uses: opentofu/setup-opentofu@v1 with: tofu_version: 1.7.0