diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 844d29b..8e73b36 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,7 +21,7 @@ jobs: run: | "BARE_REPOSITORY=$($env:GITHUB_REPOSITORY.split("/")[1])" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf-8 -Append - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Convert in Place uses: ./ with: diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 362724d..33ef144 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -13,7 +13,7 @@ jobs: shell: pwsh steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install GitVersion