Merge pull request 'chore(deps): update actions/checkout action to v6' (#103) from renovate/actions-checkout-6.x into main
Some checks failed
renovate / renovate (push) Successful in 1m50s
Lint / Lint (push) Failing after 52s
Gitea Actions Demo Mkdocs / Explore-Gitea-Actions (push) Has been cancelled

This commit was merged in pull request #103.
This commit is contained in:
2025-11-23 00:35:22 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v5
uses: actions/checkout@v6
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- uses: https://github.com/actions/setup-python@v6

View File

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

View File

@@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# super-linter needs the full git history to get the
# list of files that changed across commits