diff --git a/.github/workflows/ail_framework_test.yml b/.github/workflows/ail_framework_test.yml index 9aac93d2..32aad686 100644 --- a/.github/workflows/ail_framework_test.yml +++ b/.github/workflows/ail_framework_test.yml @@ -19,13 +19,13 @@ jobs: strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, 3.10] # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: 'recursive' fetch-depth: 500 diff --git a/tools/import_dir.py b/tools/file_dir_importer.py similarity index 100% rename from tools/import_dir.py rename to tools/file_dir_importer.py