diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a3d9c51..6c8109c 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@v4 - name: Lint Code Base uses: docker://github/super-linter:v2.2.2