diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a23aca9..17789ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: build-affected: ${{ steps.filter.outputs.build-affected }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Filter paths uses: dorny/paths-filter@v4 @@ -42,7 +42,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} token: ${{ secrets.GITHUB_TOKEN }} @@ -69,7 +69,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.head_ref }}