diff --git a/workflow-templates/ci.yml b/workflow-templates/ci.yml index 8595337..6e97bf6 100644 --- a/workflow-templates/ci.yml +++ b/workflow-templates/ci.yml @@ -35,7 +35,7 @@ jobs: python-version: ['3.9', '3.10', '3.11'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 - name: Set Environment Variables id: set_env_vars