From ac97191558ed6a3f9ce7938b694c587aa0202f3a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 13 Oct 2024 12:42:24 +0200 Subject: [PATCH] chore(deps): update actions/checkout digest to eef6144 (#9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | digest | `692973e` -> `eef6144` | --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.schulze.network/renovate-bot/renovate-config/pulls/9 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index e2a9090..bacd490 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:latest@sha256:06665449c11c61011319ef8f1cd6e00a265d2692e84586f964ba368d4f67591d steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - run: renovate env: RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js"