mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-03 20:45:05 +00:00
Update actions/checkout in GitHub Actions to v4
This commit is contained in:
parent
aed58281cf
commit
bb2b8f2ac2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
c_compiler: cl
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set reusable strings
|
||||
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
|
||||
|
|
Loading…
Add table
Reference in a new issue