diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f85fef6..f79bc5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: fetch-depth: 2 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v5.1 + uses: tj-actions/changed-files@v41 - name: Set up Python if: contains(steps.changed-files.outputs.modified_files, 'autolab_core/version.py') uses: actions/setup-python@v2 @@ -90,7 +90,7 @@ jobs: fetch-depth: 2 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v5.1 + uses: tj-actions/changed-files@v41 - name: Tag Version if: contains(steps.changed-files.outputs.modified_files, 'autolab_core/version.py') id: set_tag