Skip to content

Commit bb355af

Browse files
authored
Merge pull request #7 from faucetsdn/dependabot/github_actions/uraimo/run-on-arch-action-3.0.1
Bump uraimo/run-on-arch-action from 2.8.1 to 3.0.1
2 parents d422f6d + bae4dc8 commit bb355af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
- name: Checkout repo
113113
uses: actions/checkout@v4
114-
- uses: uraimo/run-on-arch-action@v2.8.1
114+
- uses: uraimo/run-on-arch-action@v3.0.1
115115
name: Build artifact
116116
id: build
117117
with:

.github/workflows/test-debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
steps:
9494
- name: Checkout repo
9595
uses: actions/checkout@v4
96-
- uses: uraimo/run-on-arch-action@v2.8.1
96+
- uses: uraimo/run-on-arch-action@v3.0.1
9797
name: Build artifact
9898
id: build
9999
with:

0 commit comments

Comments
 (0)