diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index d6d5bec..17583cb 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -21,7 +21,7 @@ jobs: contents: read steps: - uses: actions/checkout@v3 - - uses: renovatebot/github-action@v38.1.11 + - uses: renovatebot/github-action@v39.0.0 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}