diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index a1caee0..739a55d 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:latest@sha256:27291de10e9afc94c418b3432dd5ed8ed82fed01696185016ba8c95e00548929 steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - run: renovate env: RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js"