diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 868cf76..666b050 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: - name: "Check out repository" uses: "actions/checkout@v4.2.2" - name: "Run Renovate" - uses: "renovatebot/github-action@v43.0.6" + uses: "renovatebot/github-action@v43.0.20" with: configurationFile: "./renovate-config.js" token: "${{ secrets.RENOVATE_BOT_TOKEN }}"