diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ee79ab9..9c5d4c5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: 'Enable corepack' @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: 'Enable corepack' @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: 'Enable corepack' @@ -110,7 +110,7 @@ jobs: new-release-published: ${{ steps.release.outputs.new-release-published }} steps: - name: "Checkout" - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: "master" - name: 'Enable corepack'