Skip to content

Commit 2a4bb54

Browse files
Bump snok/container-retention-policy from 3.0.0 to 3.0.1
Bumps [snok/container-retention-policy](https://github.com/snok/container-retention-policy) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/snok/container-retention-policy/releases) - [Commits](snok/container-retention-policy@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: snok/container-retention-policy dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f552f96 commit 2a4bb54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/clean-containers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
echo "REPO=$(echo $GITHUB_REPOSITORY | cut -f2 -d/)" >> ${GITHUB_ENV}
2323
- name: Delete 'PR' containers older than a week
24-
uses: snok/container-retention-policy@v3.0.0
24+
uses: snok/container-retention-policy@v3.0.1
2525
with:
2626
image-names: ${{ env.REPO }}
2727
image-tags: "sha-* sha256:* !latest"

0 commit comments

Comments
 (0)