From dfaa14b6e1a2227ca037e845c798c5925fee4e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:59:21 +0000 Subject: [PATCH] Bump secondlife/action-autobuild-release from 1 to 2 Bumps [secondlife/action-autobuild-release](https://github.com/secondlife/action-autobuild-release) from 1 to 2. - [Release notes](https://github.com/secondlife/action-autobuild-release/releases) - [Commits](https://github.com/secondlife/action-autobuild-release/compare/v1...v2) --- 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 6df5153..02dd555 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@v1 + - uses: secondlife/action-autobuild-release@v2 with: public: true