diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index da3155c8..727e6fbb 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" @@ -53,7 +53,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'