From 1d2dc83d8dd77dcc815c995c8a861afd101424c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 22:52:47 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 8 ++++---- .github/workflows/GRAPE.yml | 2 +- .github/workflows/Krotov.yml | 2 +- .github/workflows/REUSE.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index de1bdc2..87808c9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: os: ubuntu-latest version: '1' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} @@ -60,7 +60,7 @@ jobs: # Informational only: a failure here must not fail the overall workflow. continue-on-error: true steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@v3 with: # Oldest supported Julia (the `julia` compat lower bound). @@ -94,7 +94,7 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@v3 with: version: '1' @@ -130,7 +130,7 @@ jobs: name: Codestyle runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@v3 with: version: '1' diff --git a/.github/workflows/GRAPE.yml b/.github/workflows/GRAPE.yml index cf4e24f..d6644a8 100644 --- a/.github/workflows/GRAPE.yml +++ b/.github/workflows/GRAPE.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@v3 with: version: '1' diff --git a/.github/workflows/Krotov.yml b/.github/workflows/Krotov.yml index 866abc9..cd6a9ee 100644 --- a/.github/workflows/Krotov.yml +++ b/.github/workflows/Krotov.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@v3 with: version: '1' diff --git a/.github/workflows/REUSE.yml b/.github/workflows/REUSE.yml index ccce871..c2c94d9 100644 --- a/.github/workflows/REUSE.yml +++ b/.github/workflows/REUSE.yml @@ -16,6 +16,6 @@ jobs: reuse: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: REUSE Compliance Check uses: fsfe/reuse-action@v6