Skip to content

Commit 8091628

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): Bump the github-actions-dependencies group across 1 directory with 5 updates
Bumps the github-actions-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) | `0.24.0` | `0.26.0` | | [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish) | `0.8.0` | `0.10.1` | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `5` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `6` | `7` | Updates `hoverkraft-tech/ci-github-common` from 0.24.0 to 0.26.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@0.24.0...0.26.0) Updates `hoverkraft-tech/ci-github-publish` from 0.8.0 to 0.10.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](hoverkraft-tech/ci-github-publish@0.8.0...0.10.1) Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) Updates `peter-evans/create-pull-request` from 6 to 7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v6...v7) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-publish dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: peter-evans/create-pull-request dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e211ce7 commit 8091628

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ permissions:
1313

1414
jobs:
1515
greetings:
16-
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.24.0
16+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.26.0

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
url: ${{ steps.deployment.outputs.url }}
3939
steps:
4040
- id: deployment
41-
uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@0.8.0
41+
uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@0.10.1
4242
with:
4343
build-path: application/build
4444
build-artifact-name: build

.github/workflows/need-fix-to-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626

2727
jobs:
2828
main:
29-
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.24.0
29+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.26.0
3030
with:
3131
manual-commit-ref: ${{ inputs.manual-commit-ref }}
3232
manual-base-ref: ${{ inputs.manual-base-ref }}

.github/workflows/semantic-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ permissions:
1313

1414
jobs:
1515
main:
16-
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.24.0
16+
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.26.0

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ permissions:
1010

1111
jobs:
1212
main:
13-
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.24.0
13+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.26.0

.github/workflows/update-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
fetch-depth: 0
3232

3333
- name: Setup Node.js
34-
uses: actions/setup-node@v4
34+
uses: actions/setup-node@v5
3535
with:
3636
node-version: "20"
3737
cache: "npm"
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Create Pull Request
6363
if: steps.changes.outputs.changed == 'true' && github.event_name == 'schedule'
64-
uses: peter-evans/create-pull-request@v6
64+
uses: peter-evans/create-pull-request@v7
6565
with:
6666
token: ${{ secrets.GITHUB_TOKEN }}
6767
commit-message: "docs: update repository data from GitHub API"

0 commit comments

Comments
 (0)