From 3a68b1a8071405c9927d1b7e3760202dfc0c283d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 21:58:31 -0400 Subject: [PATCH] Bump softprops/action-gh-release from 1 to 2 (#14) Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-latest.yml | 2 +- .github/workflows/release-tagged.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-latest.yml b/.github/workflows/release-latest.yml index 41575a5..04febd6 100644 --- a/.github/workflows/release-latest.yml +++ b/.github/workflows/release-latest.yml @@ -41,7 +41,7 @@ jobs: - name: Release | Latest id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: latest name: Résumé, CV diff --git a/.github/workflows/release-tagged.yml b/.github/workflows/release-tagged.yml index c638c6d..a3c36db 100644 --- a/.github/workflows/release-tagged.yml +++ b/.github/workflows/release-tagged.yml @@ -40,7 +40,7 @@ jobs: root_file: ./coverletter.tex - name: Push | Tagged - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: false prerelease: false