From 29e8511def17bbeec70e624fff205e55da664402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 23:45:34 +0000 Subject: [PATCH] Bump the minor group with 2 updates Bumps the minor group with 2 updates: [DeterminateSystems/determinate-nix-action](https://github.com/determinatesystems/determinate-nix-action) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `DeterminateSystems/determinate-nix-action` from 3.19.0 to 3.20.0 - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/v3.19.0...v3.20.0) Updates `actions/create-github-app-token` from 3 to 3.1.1 - [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...v3.1.1) --- updated-dependencies: - dependency-name: DeterminateSystems/determinate-nix-action dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/flakehub.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/flakehub.yml b/.github/workflows/flakehub.yml index 24ad0d11..4a4d84c7 100644 --- a/.github/workflows/flakehub.yml +++ b/.github/workflows/flakehub.yml @@ -13,7 +13,7 @@ jobs: - uses: "actions/checkout@v6" with: persist-credentials: false - - uses: "DeterminateSystems/determinate-nix-action@v3.19.0" + - uses: "DeterminateSystems/determinate-nix-action@v3.20.0" - uses: "DeterminateSystems/flakehub-push@main" with: name: "Zoo/cli" diff --git a/.github/workflows/generate-website-docs.yml b/.github/workflows/generate-website-docs.yml index aa5e0a02..596bb824 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 + - uses: actions/create-github-app-token@v3.1.1 id: app-token with: # required diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index c7fa4007..7b8e2266 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 + - uses: actions/create-github-app-token@v3.1.1 id: app-token with: # required