diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 10fe42c..b98238b 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.368.7@sha256:8064a99825339da98b1ddf9938ff756c9029a62ad55390d27ddf576e59d266d7 steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - run: renovate env: RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js"