Skip to content

Commit bd6d7fb

Browse files
authored
Merge branch 'develop' into dependabot/github_actions/develop/actions/cache-5.0.1
2 parents cebce25 + 8503335 commit bd6d7fb

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/actions/build-docker-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
- uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
5151
with:
5252
cache-image: false
53-
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
53+
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
5454

5555
- uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
5656
id: meta

.github/workflows/update-docker-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
files: "docker/compilers/gcc/**"
142142

143143
- name: Set up Docker Buildx
144-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
144+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
145145

146146
- name: Login to GitHub Container Registry
147147
if: ${{ github.event_name != 'pull_request' }}
@@ -290,7 +290,7 @@ jobs:
290290
files: "docker/tools/**"
291291

292292
- name: Set up Docker Buildx
293-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
293+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
294294

295295
- name: Login to GitHub Container Registry
296296
if: ${{ github.event_name != 'pull_request' }}

benchmarks/rpc/WorkQueueBenchmarks.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@
2828
#include "util/prometheus/Prometheus.hpp"
2929

3030
#include <benchmark/benchmark.h>
31-
#include <boost/asio.hpp>
32-
#include <boost/asio/spawn.hpp>
3331
#include <boost/asio/steady_timer.hpp>
34-
#include <boost/asio/thread_pool.hpp>
35-
#include <boost/json.hpp>
36-
#include <boost/json/object.hpp>
3732

3833
#include <atomic>
3934
#include <cassert>

0 commit comments

Comments
 (0)