diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1c77b7..659bd8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 'Enable corepack' @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 'Enable corepack' @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 'Enable corepack' @@ -118,7 +118,7 @@ jobs: id-token: write steps: - name: "Checkout" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "master" - name: 'Enable corepack'