Update actions/checkout in GitHub Actions to v4

This commit is contained in:
Dirk Stolle 2023-12-11 03:58:53 +01:00
parent aed58281cf
commit bb2b8f2ac2

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.