diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index ae1f1b6..c7fcd64 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:37.284.0@sha256:9f7d4edb4826e74bcefeeff20f1b3c4f06ca5e5e688e3c8fddf48403af7ceebb steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 - run: renovate env: RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js"