Skip to content

Commit 6de8fbe

Browse files
chore: update actions/checkout action to v6
1 parent 4485416 commit 6de8fbe

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
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Setup java
2929
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)