We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c67af commit 6d7180bCopy full SHA for 6d7180b
2 files changed
.github/workflows/cmake-multi-platform.yml
@@ -45,7 +45,7 @@ jobs:
45
c_compiler: cl
46
47
steps:
48
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
49
50
- name: Set reusable strings
51
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
.github/workflows/static.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
32
- name: Checkout
33
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
34
- name: Setup Pages
35
uses: actions/configure-pages@v5
36
- name: Upload artifact
0 commit comments