diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-26 10:03:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-26 10:03:19 +0200 |
| commit | 454f95a6616cf8dd27b340e4f45200550a42451f (patch) | |
| tree | 3f554ba1263d2067ca48dffe0ef2b7fcb0453da3 /.github/workflows/cleanup.yml | |
| parent | a9ae0163ad0d4b7a399ccdbe4a7fb7adea455a23 (diff) | |
[upd] github-actions: Bump snok/container-retention-policy (#5248)
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](https://github.com/snok/container-retention-policy/compare/4f22ef80902ad409ed55a99dc5133cc1250a0d03...3b0972b2276b171b212f8c4efbca59ebba26eceb)
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/cleanup.yml')
| -rw-r--r-- | .github/workflows/cleanup.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 5041c69e2..c344637ac 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Prune - uses: snok/container-retention-policy@4f22ef80902ad409ed55a99dc5133cc1250a0d03 # v3.0.0 + uses: snok/container-retention-policy@3b0972b2276b171b212f8c4efbca59ebba26eceb # v3.0.1 with: account: "${{ github.repository_owner }}" token: "${{ secrets.GITHUB_TOKEN }}" |