Skip to content

Commit 33ea02e

Browse files
committed
Updating workflow actions
1 parent b73e70f commit 33ea02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Delete old workflow runs
16-
uses: bfren/delete-workflow-runs@main
16+
uses: bfren/delete-workflow-runs@v2
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)