From d4519691777624436d15173767496b170e4e9911 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 20 Jul 2024 09:05:23 -0500 Subject: [PATCH] Use packager action 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