We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abeaf88 commit 7486146Copy full SHA for 7486146
1 file changed
.github/workflows/test_suite.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
- name: Pre Clean
18
working-directory: ./c-runtime
19
run: make clean
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
- name: Set up JDK 21
37
uses: actions/setup-java@v4
38
with:
0 commit comments