From 3e8ff0444c973cd58ece8a608fb9447fc455d3cb Mon Sep 17 00:00:00 2001 From: "pandascience-renovate[bot]" <271991911+pandascience-renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:56:05 +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 a90711d..3946002 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - 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@693b9ef15eec82123529a37c782242f091365961 # v46.1.14 + - uses: renovatebot/github-action@6d859fc95779be83a0335ca704879b47e5d79641 # v46.1.16 with: configurationFile: .github/renovate.json token: ${{ steps.app-token.outputs.token }}