diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a3d9c51..3773757 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.5.2 - name: Lint Code Base uses: docker://github/super-linter:v2.2.2