From 71ec031f778304178455a8098281c9469ebfe12d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:53:28 +0000 Subject: [PATCH] build(deps): bump hoverkraft-tech/ci-github-nodejs Bumps the github-actions-dependencies group with 1 update: [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs). Updates `hoverkraft-tech/ci-github-nodejs` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-nodejs/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/__shared-ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index fcde63c0..e685c428 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -10,6 +10,6 @@ jobs: id-token: write contents: read security-events: write - uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.6.0 + uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.7.0 with: build: '{"artifact":"packages/*/dist"}' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 796a4b05..081e920d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.GH_PRIVATE_ACCESS_TOKEN }} - - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@0.6.0 + - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@0.7.0 - uses: actions/download-artifact@v4 with: