diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bfa82631..9d6ad06e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,9 +27,10 @@ jobs: # 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@v3.3.0 + - uses: actions/checkout@v4 with: submodules: recursive + fetch-tags: true - name: Set up Python 3.8 uses: actions/setup-python@v4.5.0