Skip to content

Commit

Permalink
build(deps): bump hoverkraft-tech/ci-github-nodejs from 0.2.2 to 0.3.2
Browse files Browse the repository at this point in the history
Bumps [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) from 0.2.2 to 0.3.2.
- [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases)
- [Commits](hoverkraft-tech/ci-github-nodejs@0.2.2...0.3.2)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-nodejs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and neilime committed Mar 25, 2024
1 parent a3b8edb commit 39aaadc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
id-token: write
contents: read
security-events: write
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.2.2
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.3.2
with:
build: '{"artifact":"packages/*/dist"}'
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
token: ${{ secrets.GH_PRIVATE_ACCESS_TOKEN }}

- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@0.2.2
- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@0.3.2

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 39aaadc

Please sign in to comment.