From f8d8f20fc3dc121b9e358da777223730c1384613 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 17:28:51 +0200 Subject: [PATCH] chore: update actions/checkout action to v3 (#3605) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 627d10a35a..3f7c71d1fc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ jobs: sudo apt install --yes curl curl --location https://deb.nodesource.com/setup_14.x | sudo --preserve-env bash - sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # workaround for https://github.com/actions/runner/issues/2033 - name: ownership workaround run: git config --global --add safe.directory '*' @@ -45,7 +45,7 @@ jobs: sudo apt install --yes curl curl --location https://deb.nodesource.com/setup_16.x | sudo --preserve-env bash - sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # workaround for https://github.com/actions/runner/issues/2033 - name: ownership workaround run: git config --global --add safe.directory '*' @@ -74,7 +74,7 @@ jobs: sudo apt install --yes curl curl --location https://deb.nodesource.com/setup_18.x | sudo --preserve-env bash - sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # workaround for https://github.com/actions/runner/issues/2033 - name: ownership workaround run: git config --global --add safe.directory '*' @@ -93,7 +93,7 @@ jobs: windows: runs-on: windows-2022 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update yarn run: | node --version