Merge pull request 'Update actions/checkout action to v6' (#295) from renovate/actions-checkout-6.x into main
Some checks failed
renovate / renovate (push) Has been cancelled

This commit was merged in pull request #295.
This commit is contained in:
2025-11-23 02:20:11 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- env:
YAMLLINT_VERSION: "1.26.3"
run: |

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.173.1
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: renovate
env:
LOG_LEVEL: "info"