From ccfba2aa337a869a1a6dbe428076f69175b9f42e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 04:24:51 +0000 Subject: [PATCH] Bump nikhilbadyal/ghaction-rm-releases from 0.0.1 to 0.0.2 Bumps [nikhilbadyal/ghaction-rm-releases](https://github.com/nikhilbadyal/ghaction-rm-releases) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/nikhilbadyal/ghaction-rm-releases/releases) - [Changelog](https://github.com/nikhilbadyal/ghaction-rm-releases/blob/main/CHANGELOG.md) - [Commits](https://github.com/nikhilbadyal/ghaction-rm-releases/compare/v0.0.1...v0.0.2) --- updated-dependencies: - dependency-name: nikhilbadyal/ghaction-rm-releases dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index eece1c1..be7f8a1 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -62,7 +62,7 @@ jobs: curl https://github.com/nikhilbadyal/docker-py-revanced/blob/changelogs/changelog.md > changelog.md - name: Delete Older Releases - uses: nikhilbadyal/ghaction-rm-releases@v0.0.1 + uses: nikhilbadyal/ghaction-rm-releases@v0.0.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RELEASE_PATTERN: "Build*"