Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a82190 commit 9bb7ab9Copy full SHA for 9bb7ab9
.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@v2.2.0
+ uses: dependabot/fetch-metadata@v2.3.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@11bd71901bbe5b1630ceea73d27597364c9af683 #@v2
- name: Use Node.js
19
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af #@v1
+ uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a #@v1
20
21
node-version: 12.x
22
- name: Run Markdownlint
0 commit comments