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