mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-26 12:33:37 +00:00
Upgrade the bot and action
This commit is contained in:
parent
833d72b950
commit
a3c00784dc
1 changed files with 3 additions and 3 deletions
6
.github/workflows/renovate.yml
vendored
6
.github/workflows/renovate.yml
vendored
|
|
@ -11,12 +11,12 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.2.1
|
||||||
- name: Self-hosted Renovate
|
- name: Self-hosted Renovate
|
||||||
uses: renovatebot/github-action@v40.2.2
|
uses: renovatebot/github-action@v40.3.4
|
||||||
with:
|
with:
|
||||||
configurationFile: solr/renovate-config.js
|
configurationFile: solr/renovate-config.js
|
||||||
renovate-version: 37.426.0-full
|
renovate-version: 38.124.1-full
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
env:
|
env:
|
||||||
RENOVATE_FORK_TOKEN: ${{ secrets.RENOVATE_FORK_TOKEN }}
|
RENOVATE_FORK_TOKEN: ${{ secrets.RENOVATE_FORK_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue