From ed7e3f848bdb89f11e5046865b5bab91b0d35ee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:46:52 +0000 Subject: [PATCH] Bump the minor group with 3 updates Bumps the minor group with 3 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action), [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) and [actions/setup-node](https://github.com/actions/setup-node). Updates `codecov/codecov-action` from 5.1.1 to 5.4.3 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.1.1...v5.4.3) Updates `google-github-actions/setup-gcloud` from 2.1.2 to 2.2.0 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v2.1.2...v2.2.0) Updates `actions/setup-node` from 4.1.0 to 4.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.1.0...v4.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: google-github-actions/setup-gcloud dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: actions/setup-node dependency-version: 4.4.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/make-release.yml | 2 +- .github/workflows/validate-openapi-spec.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cargo-test.yml b/.github/workflows/cargo-test.yml index 01c17fa..b0c26d1 100644 --- a/.github/workflows/cargo-test.yml +++ b/.github/workflows/cargo-test.yml @@ -43,7 +43,7 @@ jobs: run: | cargo llvm-cov nextest --all --lcov --output-path lcov.info --test-threads=1 --no-fail-fast - name: Upload to codecov.io - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.4.3 with: slug: KittyCAD/machine-api token: ${{secrets.CODECOV_TOKEN}} diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index e969714..28a3b58 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -19,7 +19,7 @@ jobs: with: credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v2.1.2 + uses: google-github-actions/setup-gcloud@v2.2.0 with: project_id: zooapi - name: Install latest nightly diff --git a/.github/workflows/validate-openapi-spec.yml b/.github/workflows/validate-openapi-spec.yml index 70a0e27..3b7afb9 100644 --- a/.github/workflows/validate-openapi-spec.yml +++ b/.github/workflows/validate-openapi-spec.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v4.4.0 with: node-version: '18' - name: Install our tools