Skip to content

Commit

Permalink
Merge pull request #144 from octodns/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/setup-qemu-action-3

build(deps): bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
parkr authored Sep 11, 2024
2 parents ee401e0 + c54672e commit 8ea8a5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-qemu-action@v3
with:
platforms: arm64,arm
- uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-qemu-action@v3
with:
platforms: arm64,arm
- uses: docker/setup-buildx-action@v3
Expand Down
4 changes: 2 additions & 2 deletions script/generate-workflow-files
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def write_test_workflow(flavors):
'steps': [
{'uses': 'actions/checkout@v4'},
{
'uses': 'docker/setup-qemu-action@v2',
'uses': 'docker/setup-qemu-action@v3',
'with': {'platforms': 'arm64,arm'}
},
{
Expand Down Expand Up @@ -92,7 +92,7 @@ def write_publish_workflow(flavors):
'steps': [
{'uses': 'actions/checkout@v4'},
{
'uses': 'docker/setup-qemu-action@v2',
'uses': 'docker/setup-qemu-action@v3',
'with': {'platforms': 'arm64,arm'}
},
{
Expand Down

0 comments on commit 8ea8a5f

Please sign in to comment.