diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 12dd75a69..f3b4e8b60 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -32,7 +32,7 @@ jobs: attestations: write id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - uses: hynek/build-and-inspect-python-package@v2 @@ -58,7 +58,7 @@ jobs: steps: - name: Fetch repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Install the latest version of uv @@ -97,7 +97,7 @@ jobs: echo "RELEASE_VERSION=v3.7.1" >> $GITHUB_ENV echo "NO_ET=TRUE" >> $GITHUB_ENV - name: Setup Singularity - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: hpcng/singularity ref: 'v3.7.1' @@ -122,7 +122,7 @@ jobs: run: | echo ${{ github.ref }} singularity --version - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Install the latest version of uv @@ -158,7 +158,7 @@ jobs: steps: - name: Disable etelemetry run: echo "NO_ET=TRUE" >> $GITHUB_ENV - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Pull docker image @@ -204,7 +204,7 @@ jobs: # steps: # - name: Disable etelemetry # run: echo "NO_ET=TRUE" >> $GITHUB_ENV - # - uses: actions/checkout@v4 + # - uses: actions/checkout@v5 # - name: Fetch tags # run: git fetch --prune --unshallow # - name: Set up Python ${{ matrix.python-version }} @@ -307,7 +307,7 @@ jobs: ps aux | grep xfce4-notifyd dbus-monitor --session & sleep 3 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Install Minconda @@ -346,7 +346,7 @@ jobs: id-token: write steps: - name: Download dist - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: Packages path: dist @@ -359,7 +359,7 @@ jobs: if: github.event_name == 'release' steps: - name: Download docs - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: docs path: docs-build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4fe6e63a..321fd3563 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Prepare repository # Fetch full git history and tags