Skip to content

Commit 9b282d3

Browse files
authored
Merge pull request #142 from eXist-db/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 189880c + 4ecb9b2 commit 9b282d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Set up JDK ${{ matrix.java-version }}
2222
uses: actions/setup-java@v5
2323
with:

0 commit comments

Comments
 (0)