Skip to content

Commit

Permalink
Bump docker/setup-qemu-action from 2 to 3 (#2306)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
1 parent cdbc90a commit e706b20
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@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
id: buildx
Expand Down

1 comment on commit e706b20

@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 sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: e706b20 Previous: cdbc90a Ratio
BM_LockFreeBuffer/1 3244875.66947937 ns/iter 391725.8841621987 ns/iter 8.28

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

Please sign in to comment.