From 29583d1a639e3b2f50737320ff7ae06c255460d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 11:20:03 +0000 Subject: [PATCH] chore(deps): bump softprops/action-gh-release from 2 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/vendored-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04a5fa7..4a5b73c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - name: Upload a Release Asset if: github.repository == 'Vanilla-OS/Vib' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | vib* diff --git a/.github/workflows/vendored-release.yml b/.github/workflows/vendored-release.yml index c8f8d0f..265d4f0 100644 --- a/.github/workflows/vendored-release.yml +++ b/.github/workflows/vendored-release.yml @@ -29,7 +29,7 @@ jobs: - name: Upload a Release Asset if: github.repository == 'Vanilla-OS/Vib' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: vib-vendored-deps.tar.gz