Skip to content

Commit

Permalink
build(deps): bump the github-actions-dependencies group across 1 dire…
Browse files Browse the repository at this point in the history
…ctory with 2 updates

Bumps the github-actions-dependencies group with 2 updates in the / directory: [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) and [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).


Updates `hoverkraft-tech/ci-github-nodejs` from 0.5.1 to 0.6.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases)
- [Commits](hoverkraft-tech/ci-github-nodejs@0.5.1...0.6.0)

Updates `hoverkraft-tech/ci-github-common` from 0.13.2 to 0.14.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@0.13.2...0.14.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
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 26, 2024
1 parent b363c2a commit e31dbe8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5.1
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.6.0
with:
build: '{"artifact":"packages/*/dist"}'
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
greetings:
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.13.2
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.14.0
2 changes: 1 addition & 1 deletion .github/workflows/need-fix-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.13.2
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.14.0
with:
manual-commit-ref: ${{ inputs.manual-commit-ref }}
manual-base-ref: ${{ inputs.manual-base-ref }}
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.5.1
- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@0.6.0

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

0 comments on commit e31dbe8

Please sign in to comment.