From 117ec961b283383c973cf44a6b7962703e7a64cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:05:59 +0000 Subject: [PATCH] Update GitHub Action Versions --- .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 26b45ac..232ebc0 100644 --- a/.github/workflows/gh-release.yml +++ b/.github/workflows/gh-release.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Create a Release - uses: elgohr/Github-Release-Action@20231005120738 + uses: elgohr/Github-Release-Action@20231116201936 env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} with: