From 2a45dc60f06661d37e127e8ddf4600b6face7a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 23:45:34 +0000 Subject: [PATCH] Bump the minor group with 2 updates Bumps the minor group with 2 updates: [docker/login-action](https://github.com/docker/login-action) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `docker/login-action` from 4 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4...v4.1.0) Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cargo-test.yml | 2 +- .github/workflows/generate-website-docs.yml | 2 +- .github/workflows/make-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cargo-test.yml b/.github/workflows/cargo-test.yml index b11b5dc5..b1de0717 100644 --- a/.github/workflows/cargo-test.yml +++ b/.github/workflows/cargo-test.yml @@ -46,7 +46,7 @@ jobs: key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} - name: Login to GitHub Container Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.1.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/generate-website-docs.yml b/.github/workflows/generate-website-docs.yml index 596bb824..b442af9a 100644 --- a/.github/workflows/generate-website-docs.yml +++ b/.github/workflows/generate-website-docs.yml @@ -42,7 +42,7 @@ jobs: shell: bash run: | make gen-md - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 id: app-token with: # required diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index f8f5d8a6..c44ddd81 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -221,7 +221,7 @@ jobs: with: path: releases destination: dl.kittycad.io - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 id: app-token with: # required