diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index b5b62e6..111175b 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -11,7 +11,7 @@ jobs: steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Check links on new changes uses: gaurav-nelson/github-action-markdown-link-check@v1 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c26f4d5..0347f94 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 # Runs the Super-Linter action - name: Run Super-Linter on new changes