Skip to content

Commit

Permalink
build(deps): bump uraimo/run-on-arch-action from 2.2.1 to 2.3.0 (#23)
Browse files Browse the repository at this point in the history
Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/uraimo/run-on-arch-action/releases)
- [Commits](uraimo/run-on-arch-action@v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: uraimo/run-on-arch-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 16, 2022
1 parent af3f17c commit 4a3fbb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build on ${{ matrix.os }} with ${{ matrix.compiler }}
uses: uraimo/run-on-arch-action@v2.2.1
uses: uraimo/run-on-arch-action@v2.3.0
with:
arch: aarch64
distro: ubuntu20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
format: [ rpm, deb ]
steps:
- uses: actions/checkout@v3
- uses: uraimo/run-on-arch-action@v2.2.1
- uses: uraimo/run-on-arch-action@v2.3.0
name: Build the ${{matrix.format}} packages
with:
arch: aarch64
Expand Down

0 comments on commit 4a3fbb0

Please sign in to comment.