From a0440a125092e51471a374370a061ddd77cce4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:42:46 +0000 Subject: [PATCH] Bump the all-github-actions group with 3 updates Bumps the all-github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [crate-ci/typos](https://github.com/crate-ci/typos) and [codecov/codecov-action](https://github.com/codecov/codecov-action). 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 `crate-ci/typos` from 1.46.0 to 1.48.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.46.0...v1.48.0) Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: crate-ci/typos dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/SpellCheck.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- .github/workflows/documentation.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 6a045873..f9f131af 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check spelling - uses: crate-ci/typos@v1.46.0 + uses: crate-ci/typos@v1.48.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc35d203..6100749d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: shell: ${{ matrix.shell }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # - name: Add msbuild to PATH # if: ${{ matrix.os == 'windows-latest' }} # uses: microsoft/setup-msbuild@v1.0.2 @@ -80,7 +80,7 @@ jobs: sudo apt-get install -y lcov cd TestSuiteBuild FC=${{ matrix.compiler }} ./createcoverage - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: ${{ matrix.os == 'ubuntu-latest' }} with: files: ./TestSuiteBuild/lcov.info diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7847f40c..27708fc6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: '3.x' # see also https://github.com/actions/setup-python