Skip to content

Commit

Permalink
build(deps): bump uraimo/run-on-arch-action from 2.6.0 to 2.7.1 (#289)
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.6.0 to 2.7.1.
- [Release notes](https://github.com/uraimo/run-on-arch-action/releases)
- [Commits](uraimo/run-on-arch-action@v2.6.0...v2.7.1)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Reviewed-by: Mobin Aydinfar <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 544a842 commit 203d19c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/meson_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2.6.0
- uses: uraimo/run-on-arch-action@v2.7.1
name: Getting depends & setup & build & unit & integration tests
with:
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regular_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2.6.0
- uses: uraimo/run-on-arch-action@v2.7.1
name: Getting depends & build & unit tests & integration tests
with:
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 203d19c

Please sign in to comment.