From f4b3ecf85fa59223a444d88e999943776d7c71b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 19:05:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/beta.yml | 6 +++--- .github/workflows/default.yml | 2 +- .github/workflows/main.yml | 6 +++--- .github/workflows/sonarcloud.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 1a84741e..9ccd65f9 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3 id: cache @@ -49,7 +49,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3 id: cache @@ -81,7 +81,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download Artifact uses: actions/download-artifact@master with: diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index d31349cf..4657acb5 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -21,7 +21,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3 id: cache diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d430487..0533adb4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3 id: cache @@ -49,7 +49,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3 id: cache @@ -81,7 +81,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download Artifact uses: actions/download-artifact@master with: diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 43a2fb8e..f4a718dd 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0