diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 2d543e379..3c2d6c44c 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -10,9 +10,9 @@ jobs: LOG_LEVEL: debug steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.3.1 + uses: renovatebot/github-action@v40.3.3 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }}