From 5c6824c2f34270517e232038101f7385a64448a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:37:59 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/check-grammars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-grammars.yml b/.github/workflows/check-grammars.yml index 9c93087..a2ef252 100644 --- a/.github/workflows/check-grammars.yml +++ b/.github/workflows/check-grammars.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up JDK 11 uses: actions/setup-java@v2 with: