From c1a02bc7f327430cda56800646543c4f15a093e3 Mon Sep 17 00:00:00 2001 From: cbrgm Date: Wed, 17 Jan 2024 21:38:22 +0100 Subject: [PATCH] chore: use latest version in demo workflow --- .github/workflows/stale-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-branches.yml b/.github/workflows/stale-branches.yml index 85231db..1c65fd1 100644 --- a/.github/workflows/stale-branches.yml +++ b/.github/workflows/stale-branches.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cleanup Stale Branches - uses: cbrgm/cleanup-stale-branches-action@v1 + uses: cbrgm/cleanup-stale-branches-action@main with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.repository }}