From 7674a25b5bc0e3252b5527b71c5be380d936e0e8 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Thu, 15 Feb 2024 14:25:44 +0000 Subject: [PATCH] Use lint action v2 --- .github/workflows/docs_build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs_build_and_deploy.yml b/.github/workflows/docs_build_and_deploy.yml index e2fd50f..3c90f70 100644 --- a/.github/workflows/docs_build_and_deploy.yml +++ b/.github/workflows/docs_build_and_deploy.yml @@ -20,7 +20,7 @@ jobs: if: (${{ github.event_name == 'schedule' }} && ${{ github.repository_owner == 'neuroinformatics-unit' }} && ${{ github.ref == 'refs/heads/main' }}) || (${{ github.event_name != 'schedule' }}) runs-on: ubuntu-latest steps: - - uses: neuroinformatics-unit/actions/lint@v1 + - uses: neuroinformatics-unit/actions/lint@v2 build_sphinx_docs: needs: linting