From cd3e128d4b77de624339f83296bf8e66c21a0495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:43:12 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-release.yml | 4 ++-- .github/workflows/check-link.yml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/preview-pdf.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 6e9be1196..39670baa8 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -13,7 +13,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check project rules run: python3 check_project_rules.py @@ -88,7 +88,7 @@ jobs: - name: Attach HTML to release if: steps.htmlreader.outcome == 'success' && startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.tag.outputs.TAG_NAME }} files: "${{ github.event.repository.name }}-${{ steps.tag.outputs.TAG_NAME }}.html" diff --git a/.github/workflows/check-link.yml b/.github/workflows/check-link.yml index 97f4ce717..b8518871d 100644 --- a/.github/workflows/check-link.yml +++ b/.github/workflows/check-link.yml @@ -8,7 +8,7 @@ jobs: name: check-link runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # search Issues :-( - run: | docker run -i --rm \ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2290b49f7..d7666f68d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check project rules run: python3 check_project_rules.py - name: Check release metadata diff --git a/.github/workflows/preview-pdf.yml b/.github/workflows/preview-pdf.yml index fb72d8ecd..25c7e46e5 100644 --- a/.github/workflows/preview-pdf.yml +++ b/.github/workflows/preview-pdf.yml @@ -20,7 +20,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check project rules run: python3 check_project_rules.py