From ae6d47abed2c09d2245d4ad44f7a16e4a8d345ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:55:32 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/draft_release.yml | 8 ++++---- .github/workflows/jdf_release_build.yml | 4 ++-- .github/workflows/snapshot.yml | 12 ++++++------ .github/workflows/xjdf_release_build.yml | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/draft_release.yml b/.github/workflows/draft_release.yml index 8d121fa2..45bb436a 100644 --- a/.github/workflows/draft_release.yml +++ b/.github/workflows/draft_release.yml @@ -59,13 +59,13 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: document # Check out the build scripts - name: Checkout build scripts - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: cip4/cip4-document-builder token: ${{ steps.access_token.outputs.token }} @@ -135,13 +135,13 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: document # Check out the build scripts - name: Checkout build scripts - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: cip4/cip4-document-builder token: ${{ steps.access_token.outputs.token }} diff --git a/.github/workflows/jdf_release_build.yml b/.github/workflows/jdf_release_build.yml index 7ef2cb35..66a070a6 100644 --- a/.github/workflows/jdf_release_build.yml +++ b/.github/workflows/jdf_release_build.yml @@ -47,13 +47,13 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: document # Check out the build scripts - name: Checkout build scripts - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: cip4/cip4-document-builder token: ${{ steps.access_token.outputs.token }} diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index d874e1e0..bd43f85e 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -67,13 +67,13 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: document # Check out the build scripts - name: Checkout build scripts - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: cip4/cip4-document-builder token: ${{ steps.access_token.outputs.token }} @@ -137,13 +137,13 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: document # Check out the build scripts - name: Checkout build scripts - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: cip4/cip4-document-builder token: ${{ steps.access_token.outputs.token }} @@ -207,13 +207,13 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: document # Check out the build scripts - name: Checkout build scripts - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: cip4/cip4-document-builder token: ${{ steps.access_token.outputs.token }} diff --git a/.github/workflows/xjdf_release_build.yml b/.github/workflows/xjdf_release_build.yml index b281cbb2..a26bfe28 100644 --- a/.github/workflows/xjdf_release_build.yml +++ b/.github/workflows/xjdf_release_build.yml @@ -47,13 +47,13 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: document # Check out the build scripts - name: Checkout build scripts - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: cip4/cip4-document-builder token: ${{ steps.access_token.outputs.token }}