diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index f67b8f4..ca2f404 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 name: Lint dockerfile steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 - name: Lint app dockerfile uses: brpaz/hadolint-action@v1.5.0