Skip to content

Commit

Permalink
Bump dataaxiom/ghcr-cleanup-action from 1.0.8 to 1.0.10 (#920)
Browse files Browse the repository at this point in the history
Bumps
[dataaxiom/ghcr-cleanup-action](https://github.com/dataaxiom/ghcr-cleanup-action)
from 1.0.8 to 1.0.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dataaxiom/ghcr-cleanup-action/releases">dataaxiom/ghcr-cleanup-action's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.10</h2>
<ul>
<li>optimized tag manifest cache - avoiding duplicate calls</li>
<li>extra debug logging</li>
</ul>
<h2>v1.0.9</h2>
<ul>
<li>validate older-than setting with updated error handling and output
computed value</li>
<li>README updates</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dataaxiom/ghcr-cleanup-action/commit/0fd10e8918e3994b92c417a43fb6e33bc6188c9e"><code>0fd10e8</code></a>
updated README</li>
<li><a
href="https://github.com/dataaxiom/ghcr-cleanup-action/commit/c16a15a02a6ba48401c5b3e4bfd1b998a522e281"><code>c16a15a</code></a>
updated README</li>
<li><a
href="https://github.com/dataaxiom/ghcr-cleanup-action/commit/33d72afab49b169145b8c8c126bd72e45add0438"><code>33d72af</code></a>
use digest to lookup tag manifest</li>
<li><a
href="https://github.com/dataaxiom/ghcr-cleanup-action/commit/8f4f55335d6be746ff1d154fd197071e1e62012a"><code>8f4f553</code></a>
README updates</li>
<li><a
href="https://github.com/dataaxiom/ghcr-cleanup-action/commit/73bb9506248763ed9db2492365a185bbb028dbf9"><code>73bb950</code></a>
more debug logging</li>
<li><a
href="https://github.com/dataaxiom/ghcr-cleanup-action/commit/1ad4c7fe1d965df8ba5c8f4fdfdc093504701d3a"><code>1ad4c7f</code></a>
fix typos</li>
<li><a
href="https://github.com/dataaxiom/ghcr-cleanup-action/commit/b7c868c9bad2ae2ba344875f17f9db887691fb4e"><code>b7c868c</code></a>
dont default ghost/partial delete settings</li>
<li><a
href="https://github.com/dataaxiom/ghcr-cleanup-action/commit/e974958499109a120e1a8a254ae5dc4a851db188"><code>e974958</code></a>
updated README, process invalid older-than value date better</li>
<li>See full diff in <a
href="https://github.com/dataaxiom/ghcr-cleanup-action/compare/v1.0.8...v1.0.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dataaxiom/ghcr-cleanup-action&package-manager=github_actions&previous-version=1.0.8&new-version=1.0.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 05ec13d commit 753edf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup_and_maintainance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
packages: write
steps:
- name: 'Older than 5 days'
uses: dataaxiom/[email protected].8
uses: dataaxiom/[email protected].10
with:
token: ${{ secrets.GITHUB_TOKEN }}
delete-untagged: true
Expand Down

0 comments on commit 753edf1

Please sign in to comment.