From f7aec3a41001aabf5d1a0bf02f3480179239ebfb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Jul 2024 14:01:04 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .forgejo/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/pull_request.yml b/.forgejo/workflows/pull_request.yml index 630c2c6..d1a53fb 100644 --- a/.forgejo/workflows/pull_request.yml +++ b/.forgejo/workflows/pull_request.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest name: Validate steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: set up JDK uses: https://git.wbrawner.com/actions/setup-java@v3 with: @@ -24,7 +24,7 @@ jobs: needs: - validate steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: set up JDK uses: https://git.wbrawner.com/actions/setup-java@v3 with: