Skip to content

Commit f9adcae

Browse files
Update actions/checkout action to v5
1 parent 1b06676 commit f9adcae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Set up JDK ${{ matrix.jdk }}
2424
uses: actions/setup-java@v4
2525
with:

0 commit comments

Comments
 (0)