diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 07119a7..be9502f 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.405.1@sha256:a4a2914daafc146fa9664b54d8d1ac6f1430ae8b38e4a603bfc51d80fb0483e4 steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - run: renovate env: RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js"