diff --git a/.github/workflows/run-checks.yml b/.github/workflows/run-checks.yml index b2bb4a6..34c3662 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.9.19 + uses: nedix/actions/run-checks@v0.9.20 with: command: ./tests/index.sh diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index aaa7438..c9ab96e 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.9.19 + uses: nedix/actions/update-dependencies@v0.9.20 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 4f41684..ac09a66 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.9.19 + uses: nedix/actions/update-package@v0.9.20 with: platforms: linux/amd64,linux/arm64/v8 registry: docker.io