From 01a4d6b97a0b01335b9766681a77e9f24d78013c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:02:17 +0000 Subject: [PATCH] chore(deps): update ci/cd actions --- .github/workflows/deploy.yml | 2 +- .github/workflows/static.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a1a66e6..c6abafe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Deploy via SFTP uses: appleboy/scp-action@master diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 1a89f90..d0550ca 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -42,14 +42,14 @@ jobs: VITE_DISCORD_REDIRECT_URI: ${{ secrets.VITE_DISCORD_REDIRECT_URI }} - 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: # Wir laden den 'dist' Ordner hoch, den der Build-Befehl erstellt hat path: './dist' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5