Skip to content

Commit 052819d

Browse files
authored
Merge pull request #264 from xdev-software/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 0e754c0 + 3f2f5ec commit 052819d

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@v5
38+
- uses: actions/checkout@v6
3939

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

0 commit comments

Comments
 (0)