diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 829f911..b4a1964 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -24,7 +24,7 @@ jobs: linter: [xmllint, flake8, pep257] steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run linter uses: ./.github/actions/lint/ env: