Skip to content

Commit 28d9cde

Browse files
Bump snok/container-retention-policy from 2.2.1 to 3.0.0
Bumps [snok/container-retention-policy](https://github.com/snok/container-retention-policy) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/snok/container-retention-policy/releases) - [Commits](snok/container-retention-policy@v2.2.1...v3.0.0) --- updated-dependencies: - dependency-name: snok/container-retention-policy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07403c9 commit 28d9cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clean-containers.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
2222
- name: Delete 'PR' containers older than a week
23-
uses: snok/container-retention-policy@v2.2.1
23+
uses: snok/container-retention-policy@v3.0.0
2424
with:
2525
image-names: ${{ env.REGISTRY }}/${{ env.REPO }}
2626
filter-tags: sha-*,sha256:*

0 commit comments

Comments
 (0)