diff --git a/.github/workflows/delete-runs.yml b/.github/workflows/delete-runs.yml index 2243e85a..dc9733e1 100644 --- a/.github/workflows/delete-runs.yml +++ b/.github/workflows/delete-runs.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete workflow runs - uses: Mattraks/delete-workflow-runs@86d29a75093353c4c509a876c176234037c2025b #v2.1.0 + uses: Mattraks/delete-workflow-runs@bd2822c9d98065c9766fb1f4bbc32325c47de4fb #v2.1.0 with: token: ${{ github.token }} repository: ${{ github.repository }}