summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-05-10 00:44:05 +0200
committerGitHub <[email protected]>2022-05-10 00:44:05 +0200
commitc81e259180fd605ede41f6c0455d3f3872a5aac5 (patch)
tree66abfdd2b6b16cc9a0f4b4070f98bad5bd23a87d
parentd4d6315adfdbd6c18cccb610d5fe79f3094dfb25 (diff)
parentb5059e3a9796ee55a608530373f1b1272dea5dd4 (diff)
[#1123]: build(deps): bump docker/setup-qemu-action from 1 to 2
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--.github/workflows/release_nightly.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 069f0053..296a528e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -148,7 +148,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up QEMU
- uses: docker/setup-qemu-action@v1 # Action page: <https://github.com/docker/setup-qemu-action>
+ uses: docker/setup-qemu-action@v2 # Action page: <https://github.com/docker/setup-qemu-action>
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1 # Action page: <https://github.com/docker/setup-buildx-action>
diff --git a/.github/workflows/release_nightly.yml b/.github/workflows/release_nightly.yml
index c771c1da..85afa1c2 100644
--- a/.github/workflows/release_nightly.yml
+++ b/.github/workflows/release_nightly.yml
@@ -148,7 +148,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up QEMU
- uses: docker/setup-qemu-action@v1 # Action page: <https://github.com/docker/setup-qemu-action>
+ uses: docker/setup-qemu-action@v2 # Action page: <https://github.com/docker/setup-qemu-action>
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1 # Action page: <https://github.com/docker/setup-buildx-action>