Skip to content

Commit

Permalink
Bump s0/git-publish-subdir-action from 2.5.0 to 2.5.1 (#11)
Browse files Browse the repository at this point in the history
Bumps s0/git-publish-subdir-action from 2.5.0 to 2.5.1.

Release notes
Sourced from s0/git-publish-subdir-action's releases.

Trim {msg} in custom commit messages and update dependencies

fix: remove trailing newline of commit message (#58)
various updates across all dependencies




Commits

77ba3d8 Merge pull request #63 from s0/dep-updates
edd2f29 🔧 Don't fail CI if codecov upload fails
47121ca 📦️ Run build
1ac81d8 ⬆️ Update all direct dependencies
a03ba3c Merge pull request #61 from s0/dependabot/npm_and_yarn/action/simple-get-3.1.1
7b6cf54 Bump simple-get from 3.1.0 to 3.1.1 in /action
ab4bd9e Merge pull request #60 from s0/dependabot/npm_and_yarn/action/ansi-regex-5.0.1
e8dd078 Bump ansi-regex from 5.0.0 to 5.0.1 in /action
0016846 Merge pull request #62 from s0/bump-jsdom
0b2a748 Bump jsdom version
Additional commits viewable in compare view




Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 12, 2022
1 parent ae22874 commit 2296312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: poetry run mkdocs build
- name: Push
uses: s0/git-publish-subdir-action@v2.5.0
uses: s0/git-publish-subdir-action@v2.5.1
env:
REPO: self
BRANCH: handbook-serve # The branch name where you want to push the assets
Expand Down

0 comments on commit 2296312

Please sign in to comment.