Merge pull request from striezel-stash/actions-checkout-v4

Update actions/checkout in GitHub Actions to v4
This commit is contained in:
Nemanja Trifunovic 2023-12-11 20:25:59 -05:00 committed by GitHub
commit 9d9067ff42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.