From a4327e32153797b0ebfedafc5f100f3eb3114811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:19:45 +0000 Subject: [PATCH] ci(github-actions): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [reproducible-containers/buildkit-cache-dance](https://github.com/reproducible-containers/buildkit-cache-dance) and [pascalgn/size-label-action](https://github.com/pascalgn/size-label-action). Updates `reproducible-containers/buildkit-cache-dance` from 2 to 3 - [Release notes](https://github.com/reproducible-containers/buildkit-cache-dance/releases) - [Commits](https://github.com/reproducible-containers/buildkit-cache-dance/compare/v2...v3) Updates `pascalgn/size-label-action` from 0.5.0 to 0.5.2 - [Release notes](https://github.com/pascalgn/size-label-action/releases) - [Commits](https://github.com/pascalgn/size-label-action/compare/v0.5.0...v0.5.2) --- updated-dependencies: - dependency-name: reproducible-containers/buildkit-cache-dance dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pascalgn/size-label-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/pr.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62553b6..1890e3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,19 +144,19 @@ jobs: buildkit-mounts-${{ runner.os }} - name: Inject var-cache-apt into docker - uses: reproducible-containers/buildkit-cache-dance@v2 + uses: reproducible-containers/buildkit-cache-dance@v3 with: cache-source: var-cache-apt cache-target: /var/cache/apt - name: Inject root-cache-pip into docker - uses: reproducible-containers/buildkit-cache-dance@v2 + uses: reproducible-containers/buildkit-cache-dance@v3 with: cache-source: root-cache-pip cache-target: /root/.cache/pip - name: Inject root-cache-pypoetry into docker - uses: reproducible-containers/buildkit-cache-dance@v2 + uses: reproducible-containers/buildkit-cache-dance@v3 with: cache-source: root-cache-pypoetry cache-target: /root/.cache/pypoetry diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a833ea4..ce6f11f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: size-label - uses: pascalgn/size-label-action@v0.5.0 + uses: pascalgn/size-label-action@v0.5.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} IGNORED: |