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
Some checks failed
renovate / renovate (push) Failing after 33s
This commit was merged in pull request #271.
This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user