this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(github-action): update renovatebot/github-action action to v34.124.5

| datasource | package | from | to |
| ----------- | ------------------------- | --------- | --------- |
| github-tags | renovatebot/github-action | v34.124.3 | v34.124.5 |

+1 -1
+1 -1
.github/workflows/schedule-renovate.yaml
··· 46 46 echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" 47 47 48 48 - name: Renovate 49 - uses: renovatebot/github-action@0fce79bdbacb2bf5e92fc93944dc94e351868eb3 # v34.124.3 49 + uses: renovatebot/github-action@2e41b1ddc902fddc4c963101990b835f940e6246 # v34.124.5 50 50 with: 51 51 configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" 52 52 token: "${{ steps.generate-token.outputs.token }}"