From fac7281b64b9165babbf5f35547b28e552d86572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:23:40 +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/build.yaml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/docker.yaml | 2 +- .github/workflows/documentation.yaml | 4 ++-- .github/workflows/generateclasses.yaml | 4 ++-- .github/workflows/jekyll-gh-pages.yml | 4 ++-- .github/workflows/pullrequest.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- .github/workflows/update_copyright.yaml | 2 +- .github/workflows/update_version.yaml | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e30e8ced..4c0f1b59 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -109,7 +109,7 @@ jobs: run: git config --system core.longpaths true # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: '1' submodules: 'true' @@ -208,7 +208,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: '1' submodules: 'true' diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e2b9f75e..9cacf124 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -87,7 +87,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index fcc63330..f9ef91d2 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -22,7 +22,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: '1' submodules: 'true' diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 4de76e1d..55373ec5 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -27,7 +27,7 @@ jobs: run: git config --system core.longpaths true # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: '1' submodules: 'true' @@ -39,7 +39,7 @@ jobs: 10.x - name: Common site - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: masesgroup/CommonTools path: CommonTools diff --git a/.github/workflows/generateclasses.yaml b/.github/workflows/generateclasses.yaml index 5c018bf7..8d678285 100644 --- a/.github/workflows/generateclasses.yaml +++ b/.github/workflows/generateclasses.yaml @@ -53,7 +53,7 @@ jobs: run: git config --system core.longpaths true # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: '1' submodules: 'true' @@ -64,7 +64,7 @@ jobs: 9.x 10.x - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 if: ${{ inputs.UseLatestJNetReflectorSource == true }} with: repository: masesgroup/JNet diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index a3a469a7..b21c5ea7 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -28,11 +28,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0' - name: Support - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: masesgroup/CommonTools path: CommonTools diff --git a/.github/workflows/pullrequest.yaml b/.github/workflows/pullrequest.yaml index 22a93587..fbc45466 100644 --- a/.github/workflows/pullrequest.yaml +++ b/.github/workflows/pullrequest.yaml @@ -68,7 +68,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: '1' submodules: 'true' @@ -111,7 +111,7 @@ jobs: run: git config --system core.longpaths true # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: '1' submodules: 'true' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 26010a62..e56fcc1e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: run: git config --system core.longpaths true # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: '1' submodules: 'true' diff --git a/.github/workflows/update_copyright.yaml b/.github/workflows/update_copyright.yaml index 558b4246..d457b692 100644 --- a/.github/workflows/update_copyright.yaml +++ b/.github/workflows/update_copyright.yaml @@ -25,7 +25,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: '1' diff --git a/.github/workflows/update_version.yaml b/.github/workflows/update_version.yaml index e5b745b1..c3d79147 100644 --- a/.github/workflows/update_version.yaml +++ b/.github/workflows/update_version.yaml @@ -38,7 +38,7 @@ jobs: run: git config --system core.longpaths true # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: '1'