From ab4b178537d84198cd7dd1f61da0a4fc6d0a52eb Mon Sep 17 00:00:00 2001 From: Mickael Jeanroy Date: Sat, 2 Sep 2023 15:17:20 +0200 Subject: [PATCH] chore(ci): upgrade actions/checkout to version 3.6.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb6f149d..7f27a819 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: os: [ windows-latest, ubuntu-latest, macos-latest ] node: [ 14, 16, 17, 18, 19, 20 ] steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - uses: actions/setup-node@v3.7.0 name: Set up NodeJS with: