Skip to content

Commit 43df22f

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): Bump the github-actions-dependencies group across 1 directory with 2 updates
Bumps the github-actions-dependencies group with 2 updates in the / directory: [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish) and [actions/github-script](https://github.com/actions/github-script). Updates `hoverkraft-tech/ci-github-publish` from 0.21.1 to 0.22.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](hoverkraft-tech/ci-github-publish@5ff7d4c...b56be56) Updates `actions/github-script` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/github-script dependency-version: 9.0.0 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 23ad323 commit 43df22f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
url: ${{ steps.deployment.outputs.url }}
7878
steps:
7979
- id: deployment
80-
uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@5ff7d4c3910971ed53834becd5967271b4e228cf # 0.21.1
80+
uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
8181
with:
8282
build-path: application/build
8383
build-artifact-id: ${{ needs.ci.outputs.build-artifact-id }}

.github/workflows/sync-docs-dispatcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
}
6060
6161
- name: Summary
62-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
62+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6363
env:
6464
ARTIFACT_ID: ${{ inputs.artifact-id }}
6565
SOURCE_REPO: ${{ github.repository }}

.github/workflows/sync-docs-receiver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Validate input
2323
id: validate
24-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
24+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2525
with:
2626
script: |
2727
const payload = context.payload.client_payload || {};
@@ -104,7 +104,7 @@ jobs:
104104
105105
- name: Summary
106106
if: always()
107-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
107+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
108108
env:
109109
STATUS: ${{ job.status }}
110110
SOURCE_REPOSITORY: ${{ steps.validate.outputs.repository }}

0 commit comments

Comments
 (0)