From 8e99b0cbdd2728f00ba80513608470cf86cec402 Mon Sep 17 00:00:00 2001 From: "pandascience-renovate[bot]" <271991911+pandascience-renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 09:00:24 +0000 Subject: [PATCH] ci: bump github actions --- .github/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index e23a5cc..4b8dce0 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -9,7 +9,7 @@ jobs: renovate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token @@ -20,7 +20,7 @@ jobs: owner: ${{ github.repository_owner }} repositories: ${{ github.event.repository.name }} - - uses: renovatebot/github-action@b50d2ba2bd928235abdcc14d06dfafc217f1c565 # v46.1.18 + - uses: renovatebot/github-action@3064367f740a1a91cca218698a63902689cce200 # v46.1.20 with: configurationFile: .github/renovate.json token: ${{ steps.app-token.outputs.token }}