From 28ef100805cb2adef2dd99e766cede305888c2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 02:04:25 +0000 Subject: [PATCH] Bump secondlife/action-autobuild-release from 2 to 3 Bumps [secondlife/action-autobuild-release](https://github.com/secondlife/action-autobuild-release) from 2 to 3. - [Release notes](https://github.com/secondlife/action-autobuild-release/releases) - [Commits](https://github.com/secondlife/action-autobuild-release/compare/v2...v3) --- updated-dependencies: - dependency-name: secondlife/action-autobuild-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d6fe827..549d171 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,6 +54,6 @@ jobs: runs-on: [ubuntu-latest] if: startsWith(github.ref, 'refs/tags/v') steps: - - uses: secondlife/action-autobuild-release@v2 + - uses: secondlife/action-autobuild-release@v3 with: public: true