diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 3a7bf9b0ee9..6f32efeaf1d 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,6 +14,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - 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 24fec7311de..d92c6c9d411 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@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/docs-build-update.yml b/.github/workflows/docs-build-update.yml index 95e46abea69..407ed27d951 100644 --- a/.github/workflows/docs-build-update.yml +++ b/.github/workflows/docs-build-update.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ssh-key: "${{ secrets.NIPREPS_DEPLOY }}" fetch-depth: 0 diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 206d1a8d520..ef875de72d4 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -25,7 +25,7 @@ jobs: version: ${{ steps.show_version.outputs.version }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Print head git commit message @@ -53,7 +53,7 @@ jobs: if: github.repository == 'nipreps/niworkflows' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python 3 @@ -136,7 +136,7 @@ jobs: INSTALL_TYPE: ${{ matrix.install }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: matrix.install == 'repo' || matrix.install == 'editable' with: fetch-depth: 0 @@ -210,7 +210,7 @@ jobs: steps: - name: Debug commit message run: echo "${{ needs.job_metadata.outputs.commit_message }}" - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} @@ -252,7 +252,7 @@ jobs: if: github.event_name != 'schedule' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python 3 uses: actions/setup-python@v4 with: