We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c313b89 + 9e52e10 commit 68ab5c7Copy full SHA for 68ab5c7
2 files changed
.github/workflows/dependabot-approve-and-automerge.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- name: Dependabot metadata
14
id: metadata
15
- uses: dependabot/fetch-metadata@v3.0.0
+ uses: dependabot/fetch-metadata@v3.1.0
16
with:
17
github-token: "${{ secrets.GITHUB_TOKEN }}"
18
- name: Approve a PR
.github/workflows/markdownlint.yml
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 #@v2
- name: Use Node.js
19
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #@v1
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #@v1
20
21
node-version: 12.x
22
- name: Run Markdownlint
0 commit comments