From 8080d35a1a8e1af2dfa6526643276216d4a885d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 09:40:40 +0000 Subject: [PATCH] build(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/cli-release.yml | 2 +- .github/workflows/database-release.yml | 2 +- .github/workflows/docker-publish.yml | 2 +- .github/workflows/github-release.yml | 2 +- .github/workflows/golang-release.yml | 2 +- .github/workflows/identity-release.yml | 2 +- .github/workflows/node-release.yml | 2 +- .github/workflows/php-release.yml | 2 +- .github/workflows/release-server.yml | 2 +- .github/workflows/vscode-release.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index 6fd71ab..c3b5032 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -80,7 +80,7 @@ jobs: cat checksums.txt - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.tag }} name: Aether Vault CLI ${{ steps.version.outputs.version }} diff --git a/.github/workflows/database-release.yml b/.github/workflows/database-release.yml index 1abc953..4e07252 100644 --- a/.github/workflows/database-release.yml +++ b/.github/workflows/database-release.yml @@ -107,7 +107,7 @@ jobs: uses: actions/checkout@v6 - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index a2ab750..b3c7a68 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -347,7 +347,7 @@ jobs: path: artifacts - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 1dd3532..e7d652b 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -96,7 +96,7 @@ jobs: fi - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.version }} name: Aether Identity GitHub App ${{ steps.version.outputs.version_without_suffix }} diff --git a/.github/workflows/golang-release.yml b/.github/workflows/golang-release.yml index d159141..5455a0d 100644 --- a/.github/workflows/golang-release.yml +++ b/.github/workflows/golang-release.yml @@ -184,7 +184,7 @@ jobs: - name: Create GitHub Release id: create_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/identity-release.yml b/.github/workflows/identity-release.yml index 20b8ed1..f4c6619 100644 --- a/.github/workflows/identity-release.yml +++ b/.github/workflows/identity-release.yml @@ -612,7 +612,7 @@ jobs: cd .. - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/node-release.yml b/.github/workflows/node-release.yml index 50d06b8..856d90f 100644 --- a/.github/workflows/node-release.yml +++ b/.github/workflows/node-release.yml @@ -128,7 +128,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/php-release.yml b/.github/workflows/php-release.yml index 392f56e..db9584f 100644 --- a/.github/workflows/php-release.yml +++ b/.github/workflows/php-release.yml @@ -79,7 +79,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: Aether Vault PHP SDK ${{ github.ref_name }} diff --git a/.github/workflows/release-server.yml b/.github/workflows/release-server.yml index 9262e82..a12de91 100644 --- a/.github/workflows/release-server.yml +++ b/.github/workflows/release-server.yml @@ -58,7 +58,7 @@ jobs: - name: Create Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: Aether Identity Server Release ${{ steps.version.outputs.version_without_suffix }} diff --git a/.github/workflows/vscode-release.yml b/.github/workflows/vscode-release.yml index 441aeff..3a5caef 100644 --- a/.github/workflows/vscode-release.yml +++ b/.github/workflows/vscode-release.yml @@ -84,7 +84,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: