diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaec56a..3146e83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: build-and-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 # full history - Nerdbank.GitVersioning needs it to compute the version diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 348c5f0..99acde6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,7 +16,7 @@ jobs: analyze: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 # full history - Nerdbank.GitVersioning needs it to compute the version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3752831..abd5378 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: outputs: version: ${{ steps.version.outputs.value }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0