diff --git a/.github/workflows/Test and Deploy Mend.yml b/.github/workflows/Test and Deploy Mend.yml index 82eb66d..0b53e8c 100644 --- a/.github/workflows/Test and Deploy Mend.yml +++ b/.github/workflows/Test and Deploy Mend.yml @@ -44,7 +44,7 @@ jobs: echo "RELEASE=true" >> $GITHUB_OUTPUT fi fi - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: get source branch id: get_source_branch run: | @@ -105,7 +105,7 @@ jobs: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} packages_dir: dist/${{needs.build-and-test.outputs.min_py_ver}} - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Create Release if: startsWith(github.ref, 'refs/tags/v') uses: ncipollo/release-action@v1