Skip to content

Commit

Permalink
Merge pull request #185 from atsign-company/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/github-actions-f1fa1f1453

build(deps): bump the github-actions group with 2 updates
  • Loading branch information
cpswan authored Jul 4, 2024
2 parents 455f5c5 + 3fa3271 commit 05601e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autobuildall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Build and push Multi Arch buildimage
id: docker_build1
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
with:
file: ./at-buildimage/Dockerfile
build-args: DART_VERSION=${{ env.DART_VERSION }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Build and push RISC-V buildimage
id: docker_build2
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
with:
file: ./at-buildimage/Dockerfile.RV64
build-args: |
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Build and push dartshowplatform
id: docker_build3
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
with:
file: ./dartshowplatform/Dockerfile
build-args: DART_VERSION=${{ env.DART_VERSION }}
Expand Down

0 comments on commit 05601e0

Please sign in to comment.