We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facdbc3 commit b691304Copy full SHA for b691304
.github/workflows/markdownlint-action.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: markdownlint-cli
10
- uses: nosborn/github-action-markdown-cli@v3.2.0
+ uses: nosborn/github-action-markdown-cli@v3.3.0
11
with:
12
files: .
13
config_file: .markdownlint.jsonc
.github/workflows/update-on-new-ipfs-tag.yml
@@ -20,7 +20,7 @@ jobs:
20
21
latest_ipfs_tag: ${{ steps.latest_ipfs.outputs.latest_tag }}
22
- name: pull-request
23
- uses: repo-sync/pull-request@65785d95a5a466e46a9d0708933a3bd51bbf9dde #v2.6.2
+ uses: repo-sync/pull-request@7e79a9f5dc3ad0ce53138f01df2fad14a04831c5 #v2.12.1
24
if: ${{ steps.update.outputs.updated_branch }} # don't create a pr if there was no branch pushed
25
26
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments