From dc21d70980e6f829d02b5c2d04f51a6ec97c13ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:04:53 +0000 Subject: [PATCH] build(deps): bump ximion/debspawn-action from 1.0.0 to 1.0.1 Bumps [ximion/debspawn-action](https://github.com/ximion/debspawn-action) from 1.0.0 to 1.0.1. - [Commits](https://github.com/ximion/debspawn-action/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: ximion/debspawn-action dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63c09a6..1f47d4c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: fetch-depth: 0 - name: Create Build Environment - uses: ximion/debspawn-action/setup@v1.0.0 + uses: ximion/debspawn-action/setup@v1.0.1 with: suite: ${{ matrix.suite }} components: ${{ matrix.components }} @@ -102,7 +102,7 @@ jobs: git config --global --add safe.directory /srv/build - name: Build - uses: ximion/debspawn-action/run@v1.0.0 + uses: ximion/debspawn-action/run@v1.0.1 with: suite: ${{ matrix.suite }} summary: "Build PoMiDAQ on ${{ matrix.display_name }} (${{ matrix.arch }})"