From e11a80b0dee185e0344ec837441d4e89158e46b5 Mon Sep 17 00:00:00 2001 From: "DESKTOP-8QFVUBM\\petrb" Date: Wed, 11 Mar 2026 07:54:44 +0100 Subject: [PATCH] Upgrade GH actions. --- .github/workflows/pull_request.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a49e58f..d88f325 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,10 +11,10 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: 17 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4847ebe..d051d4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Disabling shallow clone is needed for correctly determing next release with semantic release fetch-depth: 0 @@ -30,7 +30,7 @@ jobs: - name: Semantic release id: semantic - uses: cycjimmy/semantic-release-action@v4 + uses: cycjimmy/semantic-release-action@v6 with: semantic_version: 23 extra_plugins: |