From e3925978a1bcdf5a306f95b06843f5067524e0bd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 20 Jul 2024 18:02:59 +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: