diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 846fb6e..1dbb4d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} @@ -52,24 +52,11 @@ jobs: with: fetch-depth: 0 - - name: Configure SSH - uses: webfactory/ssh-agent@v0.7.0 - with: - ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - - - name: Configure Git User - uses: i2mint/isee/actions/configure-git-user@master - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - name: Install Dependencies - uses: i2mint/isee/actions/install-packages@master - with: - dependency-files: setup.cfg - - name: Format Source Code uses: i2mint/isee/actions/format-source-code@master @@ -89,6 +76,7 @@ jobs: uses: i2mint/isee/actions/check-in@master with: commit-message: "**CI** Formatted code + Updated version number and documentation. [skip ci]" + ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Tag Repository With New Version Number uses: i2mint/isee/actions/tag-repository@master