diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6eed2bd..5015362 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true python-version: ${{ env.PYTHON_VERSION }} diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 1afd06c..872ee1d 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -28,11 +28,11 @@ jobs: - name: Documentation sanity check run: test -e docs/build/index.html || exit - name: Install SSH Client 🔑 - uses: webfactory/ssh-agent@v0.4.1 + uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ secrets.SSH_DEPLOY_KEY }} - name: Deploy to Github Pages - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: BRANCH: gh-pages FOLDER: 'docs/build' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a7b9255..25a0c43 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: with: persist-credentials: false - uses: actions/download-artifact@v4 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 527d820..21380f5 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -11,6 +11,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"