diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4d6752..4ae4e2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: outputs: matrix: ${{ steps.matrix.outputs.value }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dorny/paths-filter@v4 if: github.ref_type != 'tag' id: filter @@ -71,7 +71,7 @@ jobs: include: ${{ fromJSON(needs.detect.outputs.matrix) }} runs-on: windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-tags: true - name: Setup .NET