Skip to content

Commit 7b8b42c

Browse files
chore(deps): bump the github group across 1 directory with 2 updates (#715)
Bumps the github group with 2 updates in the / directory: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) and [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata). Updates `JamesIves/github-pages-deploy-action` from 4.6.1 to 4.6.3 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.1...v4.6.3) Updates `dependabot/fetch-metadata` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0d803c commit 7b8b42c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dokka.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: ./gradlew dokkaHtm -Pversion=${{ env.VERSION }}
3232

3333
- name: Publish documentation
34-
uses: JamesIves/[email protected].1
34+
uses: JamesIves/[email protected].3
3535
with:
3636
branch: gh-pages
3737
folder: build/dokka/html

.github/workflows/test-dp-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: Dependabot metadata
3636
id: dependabot-metadata
37-
uses: dependabot/fetch-metadata@v2.1.0
37+
uses: dependabot/fetch-metadata@v2.2.0
3838
with:
3939
github-token: "${{ secrets.GITHUB_TOKEN }}"
4040
- name: Approve a PR

0 commit comments

Comments
 (0)