From 65a5f98d8848091057bd8f7c7bc5a5f116a6e037 Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 18 Jun 2024 00:18:45 +0200 Subject: [PATCH] Github actions: upgraded actions/checkout to v4 --- .github/workflows/sdrangel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sdrangel.yml b/.github/workflows/sdrangel.yml index bd71e0ae2..c468e7399 100644 --- a/.github/workflows/sdrangel.yml +++ b/.github/workflows/sdrangel.yml @@ -31,7 +31,7 @@ jobs: generators: Ninja } steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 @@ -102,7 +102,7 @@ jobs: build_mac: runs-on: macos-13 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true fetch-depth: 0