Skip to content

Commit b0eb02c

Browse files
committed
Merge #189: chore: update audit workflow to ubuntu-latest
7f6e2cf chore: update audit workflow to ubuntu-latest (Vihiga Tyonum) Pull request description: <!-- You can erase any parts of this template not applicable to your Pull Request. --> ### Description - update aud.yml workflow to use the latest ubuntu <!-- Describe the purpose of this PR, what's being adding and/or fixed --> #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: notmandatory: ACK 7f6e2cf Tree-SHA512: 12c0704a14beb663bcc82677eec4bcc35b173bfdc2cd8d2f612c6eaab92540fad082062cec031ed628722ee7b84017da67d3ee802d893a4c3edeb9f77ad000a1
2 parents c82c02a + 7f6e2cf commit b0eb02c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
jobs:
1212

1313
security_audit:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions-rust-lang/audit@v1
1818
with:
19-
token: ${{ secrets.GITHUB_TOKEN }}
19+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)