Skip to content

Commit a607018

Browse files
Bump vlaurin/action-ghcr-prune from 0.5.0 to 0.6.0 (#704)
Bumps [vlaurin/action-ghcr-prune](https://github.com/vlaurin/action-ghcr-prune) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/vlaurin/action-ghcr-prune/releases) - [Commits](vlaurin/action-ghcr-prune@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: vlaurin/action-ghcr-prune dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f59eda0 commit a607018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup_container_tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo -e "\e[35m\e[tag=${TAG} >> \$GITHUB_OUTPUT\e[0m"
3333
echo "tag=${TAG}" >> ${GITHUB_OUTPUT}
3434
- name: Delete tags
35-
uses: vlaurin/action-ghcr-prune@v0.5.0
35+
uses: vlaurin/action-ghcr-prune@v0.6.0
3636
with:
3737
token: ${{ secrets.GITHUB_TOKEN }}
3838
organization: tue-robotics

0 commit comments

Comments
 (0)