From 3c23e183880201a124e460330f120844d6fbf5d7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 7 Nov 2024 12:44:09 +0900
Subject: [PATCH] chore: bump canonical/setup-lxd from
8fb85546a934dfb994becf81341dd387ffe6aabb to
54a5806e490d92e207b57183cf111ed54bbdeff4 (#1447)
Bumps [canonical/setup-lxd](https://github.com/canonical/setup-lxd) from
8fb85546a934dfb994becf81341dd387ffe6aabb to
54a5806e490d92e207b57183cf111ed54bbdeff4.
Commits
54a5806
build(deps): bump actions/checkout from 3 to 4 (#23)
9462744
build(deps): bump actions/checkout from 3 to 4
08a1abc
github: add dependabot config to keep GHA up to date (#22)
476ad66
github: add dependabot config to keep GHA up to date
- See full diff in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/charmcraft-pack.yaml | 2 +-
.github/workflows/smoke.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/charmcraft-pack.yaml b/.github/workflows/charmcraft-pack.yaml
index 1c8c24b67..6bca4a4ee 100644
--- a/.github/workflows/charmcraft-pack.yaml
+++ b/.github/workflows/charmcraft-pack.yaml
@@ -37,7 +37,7 @@ jobs:
cat requirements.txt
- name: Set up LXD
- uses: canonical/setup-lxd@8fb85546a934dfb994becf81341dd387ffe6aabb
+ uses: canonical/setup-lxd@54a5806e490d92e207b57183cf111ed54bbdeff4
with:
channel: 5.0/stable
diff --git a/.github/workflows/smoke.yaml b/.github/workflows/smoke.yaml
index 3f69d1e2f..3b413210a 100644
--- a/.github/workflows/smoke.yaml
+++ b/.github/workflows/smoke.yaml
@@ -24,7 +24,7 @@ jobs:
# LXD is required for charmcraft to pack, even if it's not used as the
# Juju cloud.
- name: Set up LXD
- uses: canonical/setup-lxd@8fb85546a934dfb994becf81341dd387ffe6aabb
+ uses: canonical/setup-lxd@54a5806e490d92e207b57183cf111ed54bbdeff4
with:
channel: 5.0/stable