From 71a7750aa84aa84fddf26c91e49fee1e62e281dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:07:30 +0000 Subject: [PATCH] ci(deps): Bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [dataaxiom/ghcr-cleanup-action](https://github.com/dataaxiom/ghcr-cleanup-action). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) Updates `dataaxiom/ghcr-cleanup-action` from 1.0.16 to 1.2.2 - [Release notes](https://github.com/dataaxiom/ghcr-cleanup-action/releases) - [Commits](https://github.com/dataaxiom/ghcr-cleanup-action/compare/cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4...d52806a0dc70b430571a37da1fde39733ffd640f) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: dataaxiom/ghcr-cleanup-action dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 10 +++++----- .github/workflows/cleanup-images.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e33612f..039a0d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: steps: - name: ๐Ÿ”€ Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: ๐Ÿ”ง Setup Python and UV uses: ./.github/actions/setup-python-uv @@ -44,7 +44,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: ๐Ÿ’พ Cache pre-commit - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: ${{ runner.os }}-pre-commit-v1-${{ hashFiles('.pre-commit-config.yaml') }} @@ -52,7 +52,7 @@ jobs: ${{ runner.os }}-pre-commit-v1- - name: ๐Ÿ’พ Cache tools - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.arkade key: ${{ runner.os }}-tools-arkade-v1 @@ -85,7 +85,7 @@ jobs: steps: - name: ๐Ÿ”€ Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: ๐Ÿ”ง Set up Docker Buildx uses: docker/setup-buildx-action@v4 @@ -130,7 +130,7 @@ jobs: echo "IMAGE_NAME=$(echo "$REPO" | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV" - name: ๐Ÿ”€ Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: ๐Ÿงน Free disk space run: | diff --git a/.github/workflows/cleanup-images.yml b/.github/workflows/cleanup-images.yml index d695f8d..d5f0b36 100644 --- a/.github/workflows/cleanup-images.yml +++ b/.github/workflows/cleanup-images.yml @@ -28,7 +28,7 @@ jobs: echo "PACKAGE=$(echo "$PACKAGE" | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV" - name: ๐Ÿงน Cleanup Docker Images - uses: dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1.0.16 + uses: dataaxiom/ghcr-cleanup-action@d52806a0dc70b430571a37da1fde39733ffd640f # v1.2.2 with: delete-partial-images: true delete-untagged: true