Merge pull request 'Update actions/checkout action to v5' (#271) from renovate/actions-checkout-5.x into main
Some checks failed
renovate / renovate (push) Failing after 33s

This commit was merged in pull request #271.
This commit is contained in:
2025-08-24 02:35:30 +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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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.82.6
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: renovate
env:
LOG_LEVEL: "info"