From a63b2a07a8a38d5ee2f7bb07dfb2a742aa3388a3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Aug 2026 23:02:23 +0000 Subject: [PATCH] chore(deps): update https://git.keligrubb.com/actions/checkout action to v7 --- .gitea/workflows/build.yml | 4 ++-- .gitea/workflows/pr.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d501a01..32064d7 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - 22.04 steps: - - uses: https://git.keligrubb.com/actions/checkout@v6 + - uses: https://git.keligrubb.com/actions/checkout@v7 - name: Log in to container registry uses: https://git.keligrubb.com/actions/docker-login-action@v4 @@ -108,7 +108,7 @@ jobs: go-version: '>=1.21.0' - if: ${{ !env.SKIP_TEST }} - uses: https://git.keligrubb.com/actions/checkout@v6 + uses: https://git.keligrubb.com/actions/checkout@v7 with: repository: nektos/act path: act diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index 153ddb0..aedf5ee 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -13,7 +13,7 @@ jobs: name: Lint Dockerfile with hadolint runs-on: ubuntu-latest steps: - - uses: https://git.keligrubb.com/actions/checkout@v6 + - uses: https://git.keligrubb.com/actions/checkout@v7 - name: Run hadolint uses: hadolint/hadolint-action@v3 with: @@ -23,7 +23,7 @@ jobs: name: Lint shell scripts with shellcheck runs-on: ubuntu-latest steps: - - uses: https://git.keligrubb.com/actions/checkout@v6 + - uses: https://git.keligrubb.com/actions/checkout@v7 - name: Install shellcheck run: | sudo apt-get update