diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61168375..73f45ef3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Required for GitVersion diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index b5162422..0b867428 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -16,6 +16,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Codespell uses: codespell-project/actions-codespell@v2