Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
we-renovate[bot] authored and stempler committed Apr 3, 2024
1 parent 2abca52 commit 0b2b80d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0b2b80d

Please sign in to comment.