aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-13 13:13:30 +0100
committerLibravatar GitHub <noreply@github.com>2023-10-13 13:13:30 +0100
commit4707055ee3b077b84cc446891cb4efdbdb305f7d (patch)
treef89d97b395b15cb6534ac8b6ef5a1be170e127c7
parentUpdate submodules [skip ci] (diff)
downloadferdium-server-4707055ee3b077b84cc446891cb4efdbdb305f7d.tar.gz
ferdium-server-4707055ee3b077b84cc446891cb4efdbdb305f7d.tar.zst
ferdium-server-4707055ee3b077b84cc446891cb4efdbdb305f7d.zip
Bump docker/setup-qemu-action from 2 to 3 (#79)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index ef08dbc..d6a4f7b 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -75,7 +75,7 @@ jobs:
75 latest 75 latest
76 - 76 -
77 name: Set up QEMU 77 name: Set up QEMU
78 uses: docker/setup-qemu-action@v2 78 uses: docker/setup-qemu-action@v3
79 if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}} 79 if: ${{ (steps.should_run.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[main]'))) )}}
80 - 80 -
81 name: Set up Docker Buildx 81 name: Set up Docker Buildx