From 2d5acf8c7136816937ab808202be4f83090e9e9b Mon Sep 17 00:00:00 2001 From: Philip de Nier Date: Fri, 2 Feb 2024 18:14:02 +0000 Subject: [PATCH] build: bump actions/checkout to v4 --- .github/workflows/build_and_test.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 3ac8e108..2e4fdd3e 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -85,7 +85,7 @@ jobs: git --version cmake --version - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aeeb9b73..d52918c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: with: xcode-version: latest-stable - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0