Update CI checkout runtime
This commit is contained in:
parent
a94b544d85
commit
af0658ef4c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/posix-ci.yml
vendored
2
.github/workflows/posix-ci.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- name: Run core fixtures
|
||||
shell: bash
|
||||
|
|
|
|||
2
.github/workflows/windows-ci.yml
vendored
2
.github/workflows/windows-ci.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue