From 73501951ccc324277ab33b9e7635047d0a70eaed Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Sat, 15 Jun 2024 02:01:24 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.7 --- .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 c333999..4fd98a8 100644 --- a/.forgejo/workflows/renovate.yml +++ b/.forgejo/workflows/renovate.yml @@ -14,7 +14,7 @@ jobs: container: ghcr.io/renovatebot/renovate:37.381.10@sha256:89c6ee34d30ed16d8712641274765caafa2aa00c56e3a71d2cb91fcb20696a56 steps: - name: Checkout - uses: https://github.com/actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 4.1.6 + uses: https://github.com/actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7 - name: Renovate run: renovate -- 2.45.2