From ccbc801765333b2e1663df50bdf39ec54e0b7288 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Sun, 19 May 2024 12:01:37 +0200 Subject: [PATCH] Update GHA actions to latest versions. --- .github/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 7ac50682..746c6c9c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -15,12 +15,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 5 - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '17' distribution: 'temurin'