From 76fa35ef02c1e29fb40dadc5010627fc75a09a4c Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 21 Jul 2024 13:47:22 -0500 Subject: [PATCH] Use checkout v4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b2bcec..85487d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: # we first have to clone the AddOn project, this is a required step - name: Clone project - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # gets git history for changelogs