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