From 718d81516efa81f612555f7ca070b3cb57d4a38c Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Tue, 9 Jan 2024 18:35:18 -0800 Subject: [PATCH] Update actions/checkout@v2 to @v4 Signed-off-by: Jan Dubois --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4819fa5..ab0f6d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 60 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 1 submodules: recursive