From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 21:57:10 +0000 (-0700) Subject: Chore(deps): Bump stumpylog/image-cleaner-action in the actions group (#6968) X-Git-Tag: v2.10.0~1^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c929a18da222bf0ce37ca2012cc5886919f0368f;p=thirdparty%2Fpaperless-ngx.git Chore(deps): Bump stumpylog/image-cleaner-action in the actions group (#6968) Bumps the actions group with 1 update: [stumpylog/image-cleaner-action](https://github.com/stumpylog/image-cleaner-action). Updates `stumpylog/image-cleaner-action` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/stumpylog/image-cleaner-action/releases) - [Changelog](https://github.com/stumpylog/image-cleaner-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/stumpylog/image-cleaner-action/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: stumpylog/image-cleaner-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/cleanup-tags.yml b/.github/workflows/cleanup-tags.yml index 545c150a2b..5405d05596 100644 --- a/.github/workflows/cleanup-tags.yml +++ b/.github/workflows/cleanup-tags.yml @@ -33,7 +33,7 @@ jobs: - name: Clean temporary images if: "${{ env.TOKEN != '' }}" - uses: stumpylog/image-cleaner-action/ephemeral@v0.6.0 + uses: stumpylog/image-cleaner-action/ephemeral@v0.7.0 with: token: "${{ env.TOKEN }}" owner: "${{ github.repository_owner }}" @@ -61,7 +61,7 @@ jobs: - name: Clean untagged images if: "${{ env.TOKEN != '' }}" - uses: stumpylog/image-cleaner-action/untagged@v0.6.0 + uses: stumpylog/image-cleaner-action/untagged@v0.7.0 with: token: "${{ env.TOKEN }}" owner: "${{ github.repository_owner }}"