From 7466687a774ff5d063b9afdd663254dc97d5daa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 11:36:36 +0200 Subject: [PATCH] Bump igorjs/gh-actions-clean-workflow from 1 to 2 (#3961) Bumps [igorjs/gh-actions-clean-workflow](https://github.com/igorjs/gh-actions-clean-workflow) from 1 to 2. - [Release notes](https://github.com/igorjs/gh-actions-clean-workflow/releases) - [Commits](https://github.com/igorjs/gh-actions-clean-workflow/compare/v1...v2) --- updated-dependencies: - dependency-name: igorjs/gh-actions-clean-workflow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index e012c29379..b9fcca6ac1 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -13,7 +13,7 @@ jobs: if: ${{ github.repository_owner == 'Armbian' }} runs-on: ubuntu-latest steps: - - uses: igorjs/gh-actions-clean-workflow@v1 + - uses: igorjs/gh-actions-clean-workflow@v2 with: token: ${{ secrets.GITHUB_TOKEN }} owner: ${{ github.repository_owner }}