Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mirceanton/reusable-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.10
Choose a base ref
...
head repository: mirceanton/reusable-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.11
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 30, 2024

  1. patch(github-actions): update renovatebot/github-action ( v40.3.0 → v…

    …40.3.1 ) (#63)
    
    Co-authored-by: mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com>
    mr-borboto[bot] authored Sep 30, 2024
    Copy the full SHA
    2dc165d View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/reusable-renovate.yaml
2 changes: 1 addition & 1 deletion .github/workflows/reusable-renovate.yaml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ jobs:
token: "${{ steps.app-token.outputs.token }}"

- name: Renovate
uses: renovatebot/github-action@180db1547505e30c02d41959fe65ada1523ee207 # v40.3.0
uses: renovatebot/github-action@a1ed1d0adddfdf138192d1fbe3150a80094dee6a # v40.3.1
with:
token: "${{ steps.app-token.outputs.token }}"
configurationFile: "${{ inputs.config-file }}"