From b6a939490798972cca69fe40286df37fdffcd7b5 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 5 Jun 2024 18:39:24 +0200 Subject: [PATCH] build(deps): update actions/checkout action to v4 (#661) --- .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 b287794..830e6b1 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -7,7 +7,7 @@ jobs: matrix: java: [ 11 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - uses: actions/setup-java@v4