Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Check out scripts
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Download tags
run: git fetch --prune --unshallow
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Show disk usage
run: fsutil volume diskfree ((get-location).Drive.Name + ":")
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: actions/download-artifact@v4
with:
Expand Down
Loading