Skip to content

Commit 9620a68

Browse files
Bump actions/delete-package-versions from 3.0.0 to 3.0.1
Bumps [actions/delete-package-versions](https://github.com/actions/delete-package-versions) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/delete-package-versions/releases) - [Commits](actions/delete-package-versions@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/delete-package-versions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 964312a commit 9620a68

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)