From fa8ef5c35ad03295f468738bf8d91b346acf90c7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 23 Nov 2025 00:35:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .gitea/workflows/mkdocs.yaml | 2 +- .gitea/workflows/renovate.yaml | 2 +- .gitea/workflows/super-linter.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/mkdocs.yaml b/.gitea/workflows/mkdocs.yaml index 8108081..5e9f109 100644 --- a/.gitea/workflows/mkdocs.yaml +++ b/.gitea/workflows/mkdocs.yaml @@ -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 diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index c08db5a..0ebf0d6 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -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" diff --git a/.gitea/workflows/super-linter.yaml b/.gitea/workflows/super-linter.yaml index c36ba19..186ace2 100644 --- a/.gitea/workflows/super-linter.yaml +++ b/.gitea/workflows/super-linter.yaml @@ -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 -- 2.49.1