Skip to content

Commit 7486146

Browse files
authored
tooling: switch to actions/checkout@v5
1 parent abeaf88 commit 7486146

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: Pre Clean
1818
working-directory: ./c-runtime
1919
run: make clean
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
- name: Set up JDK 21
3737
uses: actions/setup-java@v4
3838
with:

0 commit comments

Comments
 (0)