From 0d72e6f3c0b431393597b9557b8a30358ebde962 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 18:55:41 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/release-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-builder.yml b/.github/workflows/release-builder.yml index e35252c9..0f3a9c09 100644 --- a/.github/workflows/release-builder.yml +++ b/.github/workflows/release-builder.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Fetch tags run: git fetch --tags --force - uses: ericcornelissen/git-tag-annotation-action@v1