From c3544f1f98b74f3b9ce7be419b735fb6f4aadb19 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Wed, 6 Sep 2023 14:54:46 +0200 Subject: [PATCH] Update sanitizer.yml updated actions/checkout to v4 Update default runtime to node20 by @takost in #1436 Support fetching without the --progress option by @simonbaird in #1067 Release 4.0.0 by @takost in #1447 --- .github/workflows/sanitizer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml index 483ee8fc1..6a8e2336f 100644 --- a/.github/workflows/sanitizer.yml +++ b/.github/workflows/sanitizer.yml @@ -14,7 +14,7 @@ jobs: name: adress-sanitizer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: lukka/get-cmake@latest - uses: lukka/set-shell-env@v1 with: @@ -38,7 +38,7 @@ jobs: name: undefined-behavior-sanitizer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: lukka/get-cmake@latest - uses: lukka/set-shell-env@v1 with: @@ -62,7 +62,7 @@ jobs: name: printf-sanitizer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: run scan_printf script run: ./scripts/scan_printf.sh