Skip to content

Commit b691304

Browse files
Dependabot updates (#1623)
* chore(deps): bump nosborn/github-action-markdown-cli from 3.2.0 to 3.3.0 Bumps [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/nosborn/github-action-markdown-cli/releases) - [Commits](nosborn/github-action-markdown-cli@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: nosborn/github-action-markdown-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): bump repo-sync/pull-request from 2.6.2 to 2.12.1 Bumps [repo-sync/pull-request](https://github.com/repo-sync/pull-request) from 2.6.2 to 2.12.1. - [Release notes](https://github.com/repo-sync/pull-request/releases) - [Commits](repo-sync/pull-request@65785d9...7e79a9f) --- updated-dependencies: - dependency-name: repo-sync/pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent facdbc3 commit b691304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/markdownlint-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: markdownlint-cli
10-
uses: nosborn/github-action-markdown-cli@v3.2.0
10+
uses: nosborn/github-action-markdown-cli@v3.3.0
1111
with:
1212
files: .
1313
config_file: .markdownlint.jsonc

.github/workflows/update-on-new-ipfs-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
latest_ipfs_tag: ${{ steps.latest_ipfs.outputs.latest_tag }}
2222
- name: pull-request
23-
uses: repo-sync/pull-request@65785d95a5a466e46a9d0708933a3bd51bbf9dde #v2.6.2
23+
uses: repo-sync/pull-request@7e79a9f5dc3ad0ce53138f01df2fad14a04831c5 #v2.12.1
2424
if: ${{ steps.update.outputs.updated_branch }} # don't create a pr if there was no branch pushed
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)