workflow: drop actions/checkout to v4 (#185)

There is a known regression upstream that causes authenticating repos
to die (even though the repo doesn't even need authentication...)

Drop down to v4 which doesn't have this issue.
This commit is contained in:
lifehackerhansol
2026-05-25 09:06:18 -07:00
committed by GitHub
parent 0a3fcb3cdf
commit dc065c6f16
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ jobs:
DOTNET_NOLOGO: true
steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-dotnet@v5