Skip to content

Commit abe483f

Browse files
Update actions/checkout action to v5 (#295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c8d0ad commit abe483f

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)