From fcf3c6e2d6ad700f73805ebba9a3e38562b0fda8 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Sat, 12 Oct 2024 02:01:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.1 --- .forgejo/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/renovate.yml b/.forgejo/workflows/renovate.yml index 7baae87..81bec99 100644 --- a/.forgejo/workflows/renovate.yml +++ b/.forgejo/workflows/renovate.yml @@ -14,7 +14,7 @@ jobs: container: ghcr.io/renovatebot/renovate:38.100.0@sha256:02f70f8f117e7948ea557f6758a37e1eb95015b0d89ad30f041b0ef23638b633 steps: - name: Checkout - uses: https://github.com/actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 4.2.0 + uses: https://github.com/actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1 - name: Renovate run: renovate -- 2.45.2