Skip to content

Commit

Permalink
Update cross-platform-action to v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Sep 3, 2023
1 parent 3e8af5c commit f217360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build
uses: cross-platform-actions/action@v0.15.0
uses: cross-platform-actions/action@v0.19.0
with:
operating_system: freebsd
architecture: x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build
uses: cross-platform-actions/action@v0.15.0
uses: cross-platform-actions/action@v0.19.0
with:
operating_system: netbsd
architecture: x86-64
Expand Down

0 comments on commit f217360

Please sign in to comment.