Skip to content

Commit a92dc34

Browse files
Merge pull request #115 from xt0rted/dependabot/github_actions/actions/delete-package-versions-3.0.1
Bump actions/delete-package-versions from 3.0.0 to 3.0.1
2 parents 964312a + 9620a68 commit a92dc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "version=${_version}" >> $GITHUB_OUTPUT
2626
2727
# Keep the last 13 versions as well as the version used by the project itself
28-
- uses: actions/[email protected].0
28+
- uses: actions/[email protected].1
2929
with:
3030
package-name: ${{ env.package_name }}
3131
delete-only-pre-release-versions: true

0 commit comments

Comments
 (0)