From 3d1b44ca3293e5682f4aab7f4ee57734c3dcc106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 01:00:30 +0000 Subject: [PATCH] Bump impresscms-dev/simple-autorelease-action from 0.1 to 0.2 (#29) Bumps [impresscms-dev/simple-autorelease-action](https://github.com/impresscms-dev/simple-autorelease-action) from 0.1 to 0.2. - [Release notes](https://github.com/impresscms-dev/simple-autorelease-action/releases) - [Commits](https://github.com/impresscms-dev/simple-autorelease-action/compare/v0.1...v0.2) --- updated-dependencies: - dependency-name: impresscms-dev/simple-autorelease-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/autorelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 2503b36..b3a72a5 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Releasing if there is something new... - uses: impresscms-dev/simple-autorelease-action@v0.1 + uses: impresscms-dev/simple-autorelease-action@v0.2 with: release_branch: main github_token: ${{ secrets.GITHUB_TOKEN }}