From 2e990ef462ac247fc14d7b9e3745caeeb1d9792c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Sep 2024 15:15:50 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .forgejo/workflows/push-next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index 9f5ce5c..e337f08 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check TODOs uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@next