mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
chore(build): update actions/checkout to v6
This commit is contained in:
parent
dcd2f7dc49
commit
eaead6e36b
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
cxx: cl
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
||||
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
cxx: cl
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user