Skip to content

Commit a9407e2

Browse files
authored
Merge pull request #353 from xdev-software/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 436b446 + 1613e31 commit a9407e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
if: ${{ !(github.event_name == 'pull_request' && startsWith(github.head_ref, 'renovate/')) }}
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838

3939
- name: Set up JDK
4040
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)