From afd9d274dbab5b634bebd164e92172842bded772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:54:02 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.20.0 to 1.21.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/master.yml | 2 +- Tagfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 5748735e..08255457 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -49,7 +49,7 @@ jobs: ./monkey version | grep -F $(cat Tagfile) ./monkey --version | grep -F $(cat Tagfile) - - uses: ncipollo/release-action@v1.20.0 + - uses: ncipollo/release-action@v1.21.0 if: github.ref == 'refs/heads/master' with: artifacts: ./dist/* diff --git a/Tagfile b/Tagfile index 2b08809d..228e2192 100644 --- a/Tagfile +++ b/Tagfile @@ -1 +1 @@ -0.53.7 +0.53.8