Skip to content

Commit c21464f

Browse files
authored
Merge pull request #170 from xdev-software/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 87f6746 + 026ded8 commit c21464f

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
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
if: ${{ !(github.event_name == 'pull_request' && startsWith(github.head_ref, 'renovate/')) }}
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939

4040
- name: Set up JDK
4141
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)