From a18f50c1eb55ee987effc8247deedc1ee6738c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:12:27 +0000 Subject: [PATCH] chore(deps): bump the actions-deps group across 1 directory with 3 updates Bumps the actions-deps group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [mr-smithers-excellent/docker-build-push](https://github.com/mr-smithers-excellent/docker-build-push). Updates `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) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) Updates `mr-smithers-excellent/docker-build-push` from 6 to 7 - [Release notes](https://github.com/mr-smithers-excellent/docker-build-push/releases) - [Commits](https://github.com/mr-smithers-excellent/docker-build-push/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: mr-smithers-excellent/docker-build-push dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly.yml | 6 +++--- .github/workflows/pr.yml | 4 ++-- .github/workflows/publish.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 11a2b81..4fb3e36 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -16,10 +16,10 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '25' @@ -49,7 +49,7 @@ jobs: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} - - uses: mr-smithers-excellent/docker-build-push@v6 + - uses: mr-smithers-excellent/docker-build-push@v7 with: image: cli tags: nightly,${{ github.sha }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index fad65a0..1ce4546 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,10 +16,10 @@ jobs: issues: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '25' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a81debb..917a32e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,10 +13,10 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '25' registry-url: https://registry.npmjs.org @@ -53,7 +53,7 @@ jobs: password: ${{secrets.GITHUB_TOKEN}} - name: Build and Push Docker Image - uses: mr-smithers-excellent/docker-build-push@v6 + uses: mr-smithers-excellent/docker-build-push@v7 with: tags: latest,${{ github.sha }},${{ github.ref_name }} image: cli