From 96ce75eed7dad7e1e87edc5db7c0a6114defbcba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:02:23 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) and [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) Updates `lycheeverse/lychee-action` from 2.4.1 to 2.6.1 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.4.1...v2.6.1) Updates `peter-evans/create-issue-from-file` from 5 to 6 - [Release notes](https://github.com/peter-evans/create-issue-from-file/releases) - [Commits](https://github.com/peter-evans/create-issue-from-file/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: lycheeverse/lychee-action dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-issue-from-file dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/autoreview.yml | 6 +++--- .github/workflows/en-updates-to-translation-repo.yml | 2 +- .github/workflows/links.yml | 6 +++--- .github/workflows/main.yml | 2 +- .github/workflows/translation-updates-to-main-repo.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/autoreview.yml b/.github/workflows/autoreview.yml index 5a3e28f9a..2930822eb 100644 --- a/.github/workflows/autoreview.yml +++ b/.github/workflows/autoreview.yml @@ -5,7 +5,7 @@ jobs: misspellcheck: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run misspell with reviewdog uses: reviewdog/action-misspell@v1 with: @@ -15,12 +15,12 @@ jobs: guids: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: .github/workflows/guids.sh build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: ruby-version: '3.2' diff --git a/.github/workflows/en-updates-to-translation-repo.yml b/.github/workflows/en-updates-to-translation-repo.yml index 8342b1b06..3001d19ca 100644 --- a/.github/workflows/en-updates-to-translation-repo.yml +++ b/.github/workflows/en-updates-to-translation-repo.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install mdpo run: | sudo apt-get install libmd4c-html0 libmd4c-html0-dev libmd4c-dev diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index b4185b988..ecf1132c4 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -8,7 +8,7 @@ jobs: linkChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: sudo apt-get install ruby-full build-essential zlib1g-dev git - uses: ruby/setup-ruby@v1 with: @@ -18,12 +18,12 @@ jobs: - run: bundle exec jekyll build - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.4.1 + uses: lycheeverse/lychee-action@v2.6.1 with: args: --verbose --max-concurrency 1 --retry-wait-time 30 --exclude-mail './_site/**/*.html' - name: Create Issue From File if: env.lychee_exit_code != 0 - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v6 with: title: Link Checker Report content-filepath: ./lychee/out.md diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0440b2378..b8afce66f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: ruby-version: '3.2' diff --git a/.github/workflows/translation-updates-to-main-repo.yml b/.github/workflows/translation-updates-to-main-repo.yml index 4af1ee257..0af21c7fb 100644 --- a/.github/workflows/translation-updates-to-main-repo.yml +++ b/.github/workflows/translation-updates-to-main-repo.yml @@ -25,11 +25,11 @@ jobs: steps: # Check out the repository and download it to the runner, allowing to run actions against the code - name: Get main repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: master - name: Get translation repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: translation-files path: translation-files