Upgrade the bot and action

This commit is contained in:
Jan Høydahl 2024-10-16 11:13:15 +02:00
parent 833d72b950
commit a3c00784dc

View file

@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.1
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.2
uses: renovatebot/github-action@v40.3.4
with:
configurationFile: solr/renovate-config.js
renovate-version: 37.426.0-full
renovate-version: 38.124.1-full
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_FORK_TOKEN: ${{ secrets.RENOVATE_FORK_TOKEN }}