From a34fea909195882ca79d632c9802ad5910bfde1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=ADguel=20=C3=81ngel=20Mulero=20Mart=C3=ADnez?= Date: Mon, 5 Dec 2022 22:14:48 +0100 Subject: [PATCH] Upgrade action-gh-release to latest version (#3116) --- .github/workflows/nightly.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d9bbc47b..73a27bbb 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -48,7 +48,7 @@ jobs: run: echo "::set-output name=today::$(date '+%Y%m%d')" - name: Release - uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # v0.1.14 + uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15 with: token: ${{ secrets.REPO_TOKEN }} repository: ${{ env.repo_nightly }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c13da5c4..7fb7d0f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: path: release-assets/ - name: Release - uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # v0.1.14 + uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15 with: token: ${{ secrets.GITHUB_TOKEN }} name: ${{ github.event.inputs.title }}