From 6ba5736d8480d74a13fe8dd6d919bd9f094701a9 Mon Sep 17 00:00:00 2001 From: Michael Born Date: Tue, 20 Dec 2022 10:31:50 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Update=20GHA=20to=20avoid?= =?UTF-8?q?=20deprecated=20syntax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gh-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-release.yml b/.github/workflows/gh-release.yml index 5193ae5..9f9c254 100644 --- a/.github/workflows/gh-release.yml +++ b/.github/workflows/gh-release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: taiki-e/create-gh-release-action@v1.5.0 + - uses: taiki-e/create-gh-release-action@v1.6.1 with: # Produced by the build/Build.cfc changelog: changelog.md