diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index fc2ec21e..874a1ff0 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@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4 id: cache @@ -49,7 +49,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4 id: cache diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 1a6bf5c2..8f03b6ba 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@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4 id: cache diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 526d4d99..22a9b8d3 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@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4 id: cache @@ -49,7 +49,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4 id: cache diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 320585bd..c8b120e6 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,7 +24,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4 id: cache @@ -55,7 +55,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4 id: cache diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index a61ea7a5..d331239d 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@v4 + uses: actions/checkout@v5 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0