From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 20:20:23 +0000 (+0000) Subject: Bump stumpylog/image-cleaner-action from 0.1.0 to 0.2.0 X-Git-Tag: v1.17.0~1^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e528f0a9a37219fa588d47b1d429f087fee64fc;p=thirdparty%2Fpaperless-ngx.git Bump stumpylog/image-cleaner-action from 0.1.0 to 0.2.0 Bumps [stumpylog/image-cleaner-action](https://github.com/stumpylog/image-cleaner-action) from 0.1.0 to 0.2.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.1.0...v0.2.0) --- updated-dependencies: - dependency-name: stumpylog/image-cleaner-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/cleanup-tags.yml b/.github/workflows/cleanup-tags.yml index 935245889b..78da9861b0 100644 --- a/.github/workflows/cleanup-tags.yml +++ b/.github/workflows/cleanup-tags.yml @@ -29,7 +29,7 @@ jobs: - name: Clean temporary images if: "${{ env.TOKEN != '' }}" - uses: stumpylog/image-cleaner-action/ephemeral@v0.1.0 + uses: stumpylog/image-cleaner-action/ephemeral@v0.2.0 with: token: "${{ env.TOKEN }}" owner: "${{ github.repository_owner }}" @@ -68,7 +68,7 @@ jobs: - name: Clean untagged images if: "${{ env.TOKEN != '' }}" - uses: stumpylog/image-cleaner-action/untagged@v0.1.0 + uses: stumpylog/image-cleaner-action/untagged@v0.2.0 with: token: "${{ env.TOKEN }}" owner: "${{ github.repository_owner }}"