]> Untitled Git - bdk-cli/commitdiff
chore: update audit workflow to ubuntu-latest
authorVihiga Tyonum <withtvpeter@gmail.com>
Mon, 19 May 2025 15:22:55 +0000 (16:22 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Mon, 19 May 2025 15:22:55 +0000 (16:22 +0100)
- update aud.yml workflow to use the latest ubuntu

.github/workflows/audit.yml

index 7224f4f3a1c004aa41f59d0f2810fbcb8dd61e37..4faea52cb43483e3f5d296ae396c2d39f8056147 100644 (file)
@@ -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 }}