From a0f1bf1637a0f7dbeff545d9d58c743fea8dfaa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:42:56 +0000 Subject: [PATCH] chore(deps): 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/dev_opened_or_updated.yml | 6 +++--- .github/workflows/main.yml | 8 ++++---- .github/workflows/viewer-update.yml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/dev_opened_or_updated.yml b/.github/workflows/dev_opened_or_updated.yml index f3b28a792..35c0e07c7 100644 --- a/.github/workflows/dev_opened_or_updated.yml +++ b/.github/workflows/dev_opened_or_updated.yml @@ -19,7 +19,7 @@ jobs: contents: read runs-on: [self-hosted, common] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.ref }} persist-credentials: false @@ -51,7 +51,7 @@ jobs: if: ${{ !contains(github.event.pull_request.body , '[ ] I want to run the tests for the commits of this PR') }} needs: build-and-push steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: repository: bimdata/bimdata-test ref: master @@ -78,7 +78,7 @@ jobs: runs-on: [self-hosted, common] needs: build-and-push steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.ref }} persist-credentials: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 900cc4172..b2e12f230 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: contents: read runs-on: [self-hosted, common] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.ref }} persist-credentials: false @@ -58,7 +58,7 @@ jobs: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/release' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.ref }} persist-credentials: false @@ -77,7 +77,7 @@ jobs: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/release' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: repository: bimdata/bimdata-test ref: master @@ -128,7 +128,7 @@ jobs: needs: build-and-push if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - uses: actions/setup-node@v6 diff --git a/.github/workflows/viewer-update.yml b/.github/workflows/viewer-update.yml index e2ceed9eb..31817ebdf 100644 --- a/.github/workflows/viewer-update.yml +++ b/.github/workflows/viewer-update.yml @@ -16,7 +16,7 @@ jobs: runs-on: [self-hosted, common] if: contains('refs/heads/develop', github.event.client_payload.ref) steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.REPOS_TOKEN }} # Needed for EndBug/add-and-commit @@ -51,7 +51,7 @@ jobs: refs/heads/main' , github.event.client_payload.ref) steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: release persist-credentials: true