From 493084bd3bf0a4f59937b314776c9afa69940253 Mon Sep 17 00:00:00 2001 From: Oliver Dudgeon <22367286+OliverDudgeon@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:23:27 +0000 Subject: [PATCH] ci: update actions/checkout and semantic-release-action to latest versions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5cc40cae..f9e93774d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: release_sha: ${{ steps.release-sha.outputs.sha }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Semantic Release - uses: cycjimmy/semantic-release-action@v4 + uses: cycjimmy/semantic-release-action@v6 id: semantic env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}