From c9b786e15b99e904fee6926b0d7d696eab37dfdf Mon Sep 17 00:00:00 2001 From: Charles Tison Date: Sat, 16 Dec 2023 14:04:24 +0800 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v39.2.3 (#155) Co-authored-by: Renovate Bot --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 94d94b4..e6de8f3 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: renovatebot/github-action@64257ea9bae8d8634eba1d545638c2cab62e69e6 # v39.2.1 + - uses: renovatebot/github-action@b8ce565a2e98de1fec9696a76fba7beb01ec29b2 # v39.2.3 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}