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: |