From: Vihiga Tyonum Date: Mon, 19 May 2025 15:22:55 +0000 (+0100) Subject: chore: update audit workflow to ubuntu-latest X-Git-Tag: v1.0.0^2 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=7f6e2cfd2ca2527ec779ea7a8a997b5a925b2130;p=bdk-cli chore: update audit workflow to ubuntu-latest - update aud.yml workflow to use the latest ubuntu --- diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 7224f4f..4faea52 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -11,9 +11,9 @@ on: jobs: security_audit: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions-rust-lang/audit@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }}