From 313cd4d7ebee6f4ea248b96a0a9f22a757552d5c Mon Sep 17 00:00:00 2001 From: "renovate-bot-github-app[bot]" <145149277+renovate-bot-github-app[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 00:54:55 +0000 Subject: [PATCH] Update nedix/actions action to v0.8.25 --- .github/workflows/run-checks.yml | 2 +- .github/workflows/update-dependencies.yml | 2 +- .github/workflows/update-package.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-checks.yml b/.github/workflows/run-checks.yml index 45e3619..c6fdab0 100644 --- a/.github/workflows/run-checks.yml +++ b/.github/workflows/run-checks.yml @@ -14,6 +14,6 @@ jobs: steps: - id: run-checks name: Run checks - uses: nedix/actions/run-checks@v0.8.24 + uses: nedix/actions/run-checks@v0.8.25 with: command: ./tests/index.sh diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 668f93b..9fd47f0 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -17,7 +17,7 @@ jobs: steps: - id: update-dependencies name: Update dependencies - uses: nedix/actions/update-dependencies@v0.8.24 + uses: nedix/actions/update-dependencies@v0.8.25 with: app_id: ${{ secrets.RENOVATE_APP_ID }} app_pem: ${{ secrets.RENOVATE_APP_PEM }} diff --git a/.github/workflows/update-package.yml b/.github/workflows/update-package.yml index b3c896b..d8f92d0 100644 --- a/.github/workflows/update-package.yml +++ b/.github/workflows/update-package.yml @@ -11,7 +11,7 @@ jobs: steps: - id: update-package name: Update package - uses: nedix/actions/update-package@v0.8.24 + uses: nedix/actions/update-package@v0.8.25 with: platforms: linux/amd64,linux/arm64/v8 registry: docker.io