From 1b2687892618b416c86f98331afc53b64cf2c971 Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Sun, 3 May 2026 21:49:02 +0200 Subject: [PATCH] Update outdated GitHub Actions dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump `schneegans/dynamic-badges-action` v1.7.0 → v1.8.0 (Node.js 24) and `zizmorcore/zizmor-action` v0.5.0 → v0.5.3. --- .github/workflows/coverage.yml | 2 +- .github/workflows/lint-github-workflows-and-actions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b481a8b..8a451de 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -69,7 +69,7 @@ jobs: - name: Update coverage badge if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: schneegans/dynamic-badges-action@v1.7.0 + uses: schneegans/dynamic-badges-action@v1.8.0 with: auth: ${{ secrets.GIST_TOKEN }} gistID: ${{ secrets.COVERAGE_GIST_ID }} diff --git a/.github/workflows/lint-github-workflows-and-actions.yml b/.github/workflows/lint-github-workflows-and-actions.yml index 7d75229..c690fba 100644 --- a/.github/workflows/lint-github-workflows-and-actions.yml +++ b/.github/workflows/lint-github-workflows-and-actions.yml @@ -45,4 +45,4 @@ jobs: with: persist-credentials: false - - uses: zizmorcore/zizmor-action@v0.5.0 + - uses: zizmorcore/zizmor-action@v0.5.3