We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e937e commit 80c96caCopy full SHA for 80c96ca
.github/workflows/purge-deprecated-workflow-runs.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- name: Purge obsolete workflow runs
28
# Use a specific version (via commit SHA) of a community action to purge deprecated workflow runs.
29
- uses: otto-de/purge-deprecated-workflow-runs@aace01752caac2b45990c06aa876a3755a5b7813 # v 3.0.3
+ uses: otto-de/purge-deprecated-workflow-runs@6fcf966b89e5907a9965946adb9a9d89dc312220 # v 3.0.4
30
with:
31
token: ${{ secrets.GITHUB_TOKEN }}
32
remove-obsolete: true
0 commit comments