Skip to content

Commit f4a803e

Browse files
dependabot[bot]onobc
authored andcommitted
Bump the development-dependencies group across 1 directory with 2 updates
Bumps the development-dependencies group with 2 updates in the / directory: [spring-io/spring-doc-actions](https://github.com/spring-io/spring-doc-actions) and [spring-io/github-changelog-generator](https://github.com/spring-io/github-changelog-generator). Updates `spring-io/spring-doc-actions` from 0.0.19 to 0.0.20 - [Commits](spring-io/spring-doc-actions@v0.0.19...v0.0.20) Updates `spring-io/github-changelog-generator` from 0.0.11 to 0.0.12 - [Release notes](https://github.com/spring-io/github-changelog-generator/releases) - [Commits](spring-io/github-changelog-generator@v0.0.11...v0.0.12) --- updated-dependencies: - dependency-name: spring-io/spring-doc-actions dependency-version: 0.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: spring-io/github-changelog-generator dependency-version: 0.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a23377 commit f4a803e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ jobs:
130130
run: |
131131
./gradlew antora
132132
- name: Publish Docs
133-
uses: spring-io/spring-doc-actions/[email protected].19
133+
uses: spring-io/spring-doc-actions/[email protected].20
134134
with:
135135
docs-username: ${{ secrets.DOCS_USERNAME }}
136136
docs-host: ${{ secrets.DOCS_HOST }}
137137
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
138138
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
139139
site-path: spring-pulsar-docs/build/site
140140
- name: Bust Clouflare Cache
141-
uses: spring-io/spring-doc-actions/[email protected].19
141+
uses: spring-io/spring-doc-actions/[email protected].20
142142
with:
143143
context-root: spring-pulsar
144144
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
@@ -198,7 +198,7 @@ jobs:
198198
echo "changelog.contributors.exclude.names=$repositoryTeam" > changelog.properties
199199
echo "changelog.issues.generate-links=$repositoryVisibility" >> changelog.properties
200200
- name: Generate Changelog
201-
uses: spring-io/[email protected].11
201+
uses: spring-io/[email protected].12
202202
with:
203203
milestone: ${{ env.VERSION }}
204204
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}

0 commit comments

Comments
 (0)