Skip to content

Commit 1262185

Browse files
build(deps): bump uraimo/run-on-arch-action from 3.0.0 to 3.0.1 (#69)
Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/uraimo/run-on-arch-action/releases) - [Commits](uraimo/run-on-arch-action@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: uraimo/run-on-arch-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6986844 commit 1262185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
submodules: true
138138

139139
- name: Build on ${{ matrix.os }} with ${{ matrix.compiler }}
140-
uses: uraimo/[email protected].0
140+
uses: uraimo/[email protected].1
141141
with:
142142
arch: aarch64
143143
distro: ubuntu_latest

.github/workflows/packages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
submodules: true
2424

25-
- uses: uraimo/[email protected].0
25+
- uses: uraimo/[email protected].1
2626
name: Build the ${{matrix.format}} packages
2727
with:
2828
arch: aarch64

0 commit comments

Comments
 (0)