From b6b415d627ee7fd542545f9f8dc1a73f66150f2c Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 14 Feb 2024 13:15:24 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 3e312b3..15eccba 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: https://gitea.ocram85.com/actions/checkout@v3 + - uses: https://gitea.ocram85.com/actions/checkout@v4 with: fetch-depth: 0 - name: setup go -- 2.45.2