Skip to content

Commit

Permalink
chore(deps): update docker/setup-buildx-action action to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent 3124272 commit be0ec6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- name: Set up Docker Metadata
id: meta
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- name: Install @devcontainers/cli
run: npm install -g @devcontainers/cli
Expand Down

0 comments on commit be0ec6b

Please sign in to comment.