Skip to content

Commit

Permalink
Bump docker/setup-qemu-action from 1 to 2 (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 6, 2022
1 parent d3c4200 commit 5458dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
id: buildx
Expand Down

1 comment on commit 5458dde

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 5458dde Previous: d3c4200 Ratio
BM_NaiveSpinLockThrashing/1/process_time/real_time 0.325653417323663 ms/iter 0.1537462498279328 ms/iter 2.12

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.