From f2951bd37caea7552e3527c4e2fa6d360c541210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 15:17:09 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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..f861c244 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@v5 with: path: document # Check out the build scripts - name: Checkout build scripts - uses: actions/checkout@v4 + uses: actions/checkout@v5 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@v5 with: path: document # Check out the build scripts - name: Checkout build scripts - uses: actions/checkout@v4 + uses: actions/checkout@v5 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..d5761074 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@v5 with: path: document # Check out the build scripts - name: Checkout build scripts - uses: actions/checkout@v4 + uses: actions/checkout@v5 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..f54e56bc 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@v5 with: path: document # Check out the build scripts - name: Checkout build scripts - uses: actions/checkout@v4 + uses: actions/checkout@v5 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@v5 with: path: document # Check out the build scripts - name: Checkout build scripts - uses: actions/checkout@v4 + uses: actions/checkout@v5 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@v5 with: path: document # Check out the build scripts - name: Checkout build scripts - uses: actions/checkout@v4 + uses: actions/checkout@v5 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..34cd44ad 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@v5 with: path: document # Check out the build scripts - name: Checkout build scripts - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: cip4/cip4-document-builder token: ${{ steps.access_token.outputs.token }}