Merge branch 'main' into my-feature-branch2

This commit is contained in:
Emruz Hossain 2021-10-18 23:58:39 +06:00 committed by GitHub
commit feb50c84df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout to latest commit
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: Setup Node
uses: actions/setup-node@v2.4.1

View file

@ -39,7 +39,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.5
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View file

@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# checkout to latest commit
- uses: actions/checkout@master
- uses: actions/checkout@v2.3.5
# run markdown linter
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13