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 }}