Skip to content

Commit

Permalink
Merge pull request #41 from exercism/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/setup-buildx-action-3.0.0

Bump docker/setup-buildx-action from 2.10.0 to 3.0.0
  • Loading branch information
glennj authored Sep 13, 2023
2 parents 6abe5d6 + 58b8718 commit 5bce04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4 # 2.3.4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # 2.10.0
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # 3.0.0

- name: Cache Docker layers
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # 3.3.2
Expand Down

0 comments on commit 5bce04b

Please sign in to comment.