From 115cd24c9f7c70e8974979a88d74ddc8029e881e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 08:33:51 +0000 Subject: [PATCH] chore(deps): update canonical/setup-lxd action to v1 --- .github/workflows/integration_test_app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test_app.yaml b/.github/workflows/integration_test_app.yaml index 5e2866ac..6dd41f33 100644 --- a/.github/workflows/integration_test_app.yaml +++ b/.github/workflows/integration_test_app.yaml @@ -39,7 +39,7 @@ jobs: arch: s390x steps: - uses: actions/checkout@v6.0.2 - - uses: canonical/setup-lxd@v0.1.3 + - uses: canonical/setup-lxd@v1 - uses: actions/setup-python@v6 with: python-version: "3.14"