diff --git a/.github/workflows/scheduled-renovate.yaml b/.github/workflows/scheduled-renovate.yaml index f5c9989..3155243 100644 --- a/.github/workflows/scheduled-renovate.yaml +++ b/.github/workflows/scheduled-renovate.yaml @@ -26,7 +26,7 @@ jobs: private_key: ${{ secrets.RENOVATE_GH_APP_PRIVATE_KEY }} - name: Self-hosted Renovate - uses: renovatebot/github-action@3633cede7d4d4598438e654eac4a695e46004420 # v46.1.7 + uses: renovatebot/github-action@b67590ea780158ccd13192c22a3655a5231f869d # v46.1.8 with: configurationFile: .github/renovate-config.json token: ${{ steps.get_installation_token.outputs.token }}