From b7746789a95c31a8a0ff2eafa1060eb13740cfb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:12:21 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/build-dashboard.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- .github/workflows/release-dashboard.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-dashboard.yml b/.github/workflows/build-dashboard.yml index a8b3720..fe50812 100644 --- a/.github/workflows/build-dashboard.yml +++ b/.github/workflows/build-dashboard.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up QEMU id: qemu @@ -73,7 +73,7 @@ jobs: recipe: ["Singularity"] steps: - name: Check out code for the container build - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Continue if Singularity recipe exists run: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 267019b..8d239eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up QEMU id: qemu @@ -71,7 +71,7 @@ jobs: recipe: ["Singularity"] steps: - name: Check out code for the container build - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Continue if Singularity recipe exists run: | diff --git a/.github/workflows/release-dashboard.yml b/.github/workflows/release-dashboard.yml index dbf2cd5..c485605 100644 --- a/.github/workflows/release-dashboard.yml +++ b/.github/workflows/release-dashboard.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up QEMU id: qemu @@ -67,7 +67,7 @@ jobs: recipe: ["Singularity"] steps: - name: Check out code for the container build - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Continue if Singularity recipe exists run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e14b19..9aed045 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up QEMU id: qemu @@ -91,7 +91,7 @@ jobs: steps: - name: Check out code for the container build - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Continue if Singularity recipe exists run: |