From 86c0f8a471c3e12a242a3e0a7e716c47d98fd02c Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Sat, 30 Sep 2023 06:29:32 +0800 Subject: [PATCH] Bump actions/checkout from 3 to 4 see https://github.com/islandoftex/arara/pull/151 --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 17defdc6..8c5c919a 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Configure checkout (line endings) run: git config --global core.autocrlf false && git config --global core.eol lf - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: java-version: 8