From b10d6ba6f5aa7ab14056a53a3fe22af0d794926f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:04:06 +0000 Subject: [PATCH] chore: Bump the github_actions group with 2 updates Bumps the github_actions group with 2 updates: [canonical/craft-actions/rockcraft-pack](https://github.com/canonical/craft-actions) and [docker/login-action](https://github.com/docker/login-action). Updates `canonical/craft-actions/rockcraft-pack` from adcd47eb054a3dcf0eabbdb81439aae5f3ce715e to 45232fcc1aee9f1aa4c7f677596d1b871d1a6320 - [Commits](https://github.com/canonical/craft-actions/compare/adcd47eb054a3dcf0eabbdb81439aae5f3ce715e...45232fcc1aee9f1aa4c7f677596d1b871d1a6320) Updates `docker/login-action` from 4.5.2 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/371161bbe7024a29a25c5e19bfcbc0804fe9ad2c...dbcb813823bdd20940b903addbd779551569679f) --- updated-dependencies: - dependency-name: canonical/craft-actions/rockcraft-pack dependency-version: 45232fcc1aee9f1aa4c7f677596d1b871d1a6320 dependency-type: direct:production dependency-group: github_actions - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/publish.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ab1cf7a..7559cc2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v7 - - uses: canonical/craft-actions/rockcraft-pack@adcd47eb054a3dcf0eabbdb81439aae5f3ce715e # main + - uses: canonical/craft-actions/rockcraft-pack@45232fcc1aee9f1aa4c7f677596d1b871d1a6320 # main id: rockcraft with: rockcraft-channel: edge diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 60930d5..985e8dd 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v7 - name: Log in to the Container registry - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v7 - name: Log in to the Container registry - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }}