Skip to content

Commit 3ffcfa6

Browse files
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](softprops/action-gh-release@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] <support@github.com>
1 parent a2ef18d commit 3ffcfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: missing-strings-report
4040
path: missing_strings.json
4141

42-
- uses: softprops/action-gh-release@v2
42+
- uses: softprops/action-gh-release@v3
4343
if: github.repository == 'vanilla-os/apx' && github.ref == 'refs/heads/main'
4444
with:
4545
token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)