From 7f6e2cfd2ca2527ec779ea7a8a997b5a925b2130 Mon Sep 17 00:00:00 2001 From: Vihiga Tyonum Date: Mon, 19 May 2025 16:22:55 +0100 Subject: [PATCH] chore: update audit workflow to ubuntu-latest - update aud.yml workflow to use the latest ubuntu --- .github/workflows/audit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }} -- 2.49.0