Skip to content

Commit

Permalink
Use latest run-on-arch-action (#753)
Browse files Browse the repository at this point in the history
Motivation:

We should use the latest v2 version of the run-on-arch-action

Modifications:

Just use @v2 to ensure we use the latest release

Result:

Use latest action
  • Loading branch information
normanmaurer authored Nov 4, 2024
1 parent d214fbd commit 053b131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-verify-load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
name: maven-repository
path: /home/runner/jars

- uses: uraimo/run-on-arch-action@v2.5.1
- uses: uraimo/run-on-arch-action@v2
name: Check native loading
id: runcmd
with:
Expand Down

0 comments on commit 053b131

Please sign in to comment.