From 88f179903c29e882b681aad71d1ddffe2de4c2a7 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 5 Mar 2026 12:56:27 +0000 Subject: [PATCH] deps: update actions/checkout action to v6 --- .github/workflows/generate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index e5e88bd7..dcd8dde2 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -7,7 +7,7 @@ jobs: matrix: java: [ 17 ] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true - uses: actions/setup-java@v5