Skip to content

Commit 8671e30

Browse files
authored
Merge pull request #54 from eXist-db/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 039cbcb + 7da8be0 commit 8671e30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-docker-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os: [ubuntu-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Set up JDK ${{ matrix.jdk }}
1616
uses: actions/setup-java@v4
1717
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os: [ubuntu-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Set up JDK ${{ matrix.jdk }}
1616
uses: actions/setup-java@v4
1717
with:

0 commit comments

Comments
 (0)