1 Commits

Author SHA1 Message Date
612fd936a8 Update actions/checkout action to v7 2026-09-14 00:20:36 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
container: ghcr.io/renovatebot/renovate:latest container: ghcr.io/renovatebot/renovate:latest
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v7
- name: Run Renovate CLI - name: Run Renovate CLI
run: | run: |
renovate renovate

View File

@@ -39,7 +39,7 @@ spec:
done done
containers: containers:
- name: act-runner - name: act-runner
image: "gitea/act_runner:0.6.1" image: "gitea/act_runner:0.2.12"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: ["sh", "-c", "while ! nc -z 127.0.0.1 2375 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- run.sh"] command: ["sh", "-c", "while ! nc -z 127.0.0.1 2375 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- run.sh"]
workingDir: /data workingDir: /data