From ae9c610e2141f628413ed8bf6b0dd693710360d3 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Tue, 5 Dec 2023 12:25:39 +0000 Subject: [PATCH] refactor: Change GitHub Action version Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.github.ChangeActionVersion?defaults=W3sidmFsdWUiOiJhY3Rpb25zL3NldHVwLWphdmEiLCJuYW1lIjoiYWN0aW9uIn0seyJ2YWx1ZSI6InY0IiwibmFtZSI6InZlcnNpb24ifV0%3D&organizationId=T3BlblJld3JpdGU%3D Co-authored-by: Moderne --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 247c41f..41a6576 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - uses: gradle/wrapper-validation-action@v1 - - uses: actions/setup-java@v4.0.0 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 17