From 6b35b2d74a179000134001e66bee31014c433375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Sun, 19 Apr 2026 21:54:30 +0200 Subject: [PATCH] chore(ci): bump GitHub Actions to latest majors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps configure-pages v5→v6, upload-pages-artifact v4→v5, deploy-pages v4→v5, and action-gh-release v2→v3. All four are Node 20→24 runtime upgrades with no consumer API changes. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/shared-ui-bump-version-and-create-pr.yml | 2 +- .github/workflows/storybook-cd.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/shared-ui-bump-version-and-create-pr.yml b/.github/workflows/shared-ui-bump-version-and-create-pr.yml index 1b398c4..d476f31 100644 --- a/.github/workflows/shared-ui-bump-version-and-create-pr.yml +++ b/.github/workflows/shared-ui-bump-version-and-create-pr.yml @@ -173,7 +173,7 @@ jobs: base: main - name: 📦 Create draft GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: v${{ steps.bump.outputs.new_version }} name: v${{ steps.bump.outputs.new_version }} diff --git a/.github/workflows/storybook-cd.yml b/.github/workflows/storybook-cd.yml index 83a1165..1b25574 100644 --- a/.github/workflows/storybook-cd.yml +++ b/.github/workflows/storybook-cd.yml @@ -39,11 +39,11 @@ jobs: VITE_SUPABASE_URL: ${{ secrets.VITE_SUPABASE_URL }} VITE_SUPABASE_ANON_KEY: ${{ secrets.VITE_SUPABASE_ANON_KEY }} - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: "./storybook-static" - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5