Skip to content

Commit

Permalink
build(deps): bump hoverkraft-tech/ci-github-nodejs
Browse files Browse the repository at this point in the history
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](hoverkraft-tech/ci-github-nodejs@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and neilime committed Oct 13, 2024
1 parent 149887b commit 29d9dae
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,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"}'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 29d9dae

Please sign in to comment.