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