diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 8856b9889fc..55a90dd188d 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,6 +14,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Codespell uses: codespell-project/actions-codespell@v2 diff --git a/.github/workflows/docs-build-pr.yml b/.github/workflows/docs-build-pr.yml index cce155826c1..5ccf5367fb2 100644 --- a/.github/workflows/docs-build-pr.yml +++ b/.github/workflows/docs-build-pr.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/docs-build-update.yml b/.github/workflows/docs-build-update.yml index b06d1733b90..fa618efb74e 100644 --- a/.github/workflows/docs-build-update.yml +++ b/.github/workflows/docs-build-update.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ssh-key: "${{ secrets.NIPREPS_DEPLOY }}" fetch-depth: 0 diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 8b659bb3b2a..540f5608747 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -25,7 +25,7 @@ jobs: if: github.repository == 'nipreps/niworkflows' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Set up Python 3 @@ -110,7 +110,7 @@ jobs: DEPENDS: ${{ matrix.dependencies }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 @@ -156,7 +156,7 @@ jobs: check: ['style', 'spellcheck'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install the latest version of uv uses: astral-sh/setup-uv@v6 - name: Install tox