From 0b2b80d2ec06d092ab918fa219816d84470a0695 Mon Sep 17 00:00:00 2001 From: "we-renovate[bot]" <162337394+we-renovate[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 00:16:49 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/renovate.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 0b8505e..25fe935 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -58,6 +58,6 @@ jobs: private-key: "${{ secrets.WE_RENOVATE_GITHUB_PRIVATE_KEY }}" - name: 💡 Self-hosted Renovate - uses: renovatebot/github-action@2d90417499f45ff78a09586f7b9874b19817dba3 # v40.1.0 + uses: renovatebot/github-action@7d358366277001f3316d7fa54ff49a81c0158948 # v40.1.7 with: token: "${{ steps.app-token.outputs.token }}" diff --git a/action.yml b/action.yml index 7ee96dc..f50cebc 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ runs: # - name: Check Docker image user - uses: wetransform/gha-docker-nonroot@f46f55226717ed0af50453bf609701060cedb74d # v1 + uses: wetransform/gha-docker-nonroot@f46f55226717ed0af50453bf609701060cedb74d # v1.0.2 if: "${{ inputs.check-image-user == 'true' && inputs.image-ref != '' && (inputs.junit-test-output != '' || inputs.create-test-report) }}" with: image-ref: ${{ inputs.image-ref }}