Skip to content

Commit

Permalink
Bump docker/setup-buildx-action from 1 to 2 (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 6, 2022
1 parent a0d4a72 commit 0d27a43
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 @@ -18,7 +18,7 @@ jobs:
-
name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
-
name: Build Image
uses: docker/build-push-action@v3
Expand Down

1 comment on commit 0d27a43

@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: 0d27a43 Previous: a0d4a72 Ratio
BM_BaselineBuffer/1 12740972.04208374 ns/iter 1139680.669212598 ns/iter 11.18

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

Please sign in to comment.