From 275fb0c81059bcb4f302557eea4083ec1e68cf5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:17:41 +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 02dd555..62cd722 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,6 +25,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