From d7c3a46e12bafaf80e55352b701b79bd4f1b0042 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:36:04 -0400 Subject: [PATCH] MNT: Bump actions/checkout to v4 --- .github/workflows/ci_cron_weekly.yml | 6 +++--- .github/workflows/ci_workflows.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/predeps_workflows.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/standalone.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci_cron_weekly.yml b/.github/workflows/ci_cron_weekly.yml index 3018cbfb52..6aa41ef11b 100644 --- a/.github/workflows/ci_cron_weekly.yml +++ b/.github/workflows/ci_cron_weekly.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest if: (github.repository == 'spacetelescope/jdaviz' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'Extra CI'))) steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python to build docs with sphinx uses: actions/setup-python@v4 with: @@ -41,7 +41,7 @@ jobs: if: (github.repository == 'spacetelescope/jdaviz' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'Extra CI'))) steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up python @@ -61,7 +61,7 @@ jobs: if: (github.repository == 'spacetelescope/jdaviz' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'Extra CI'))) steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up python diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 876819a3f7..56bc55c122 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -74,7 +74,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up python ${{ matrix.python }} on ${{ matrix.os }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4c46da726b..55dd9faa44 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/predeps_workflows.yml b/.github/workflows/predeps_workflows.yml index 1dfafd9b48..9ac64e8467 100644 --- a/.github/workflows/predeps_workflows.yml +++ b/.github/workflows/predeps_workflows.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up python ${{ matrix.python }} on ${{ matrix.os }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a251996c46..95fa0889fd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: if: github.repository == 'spacetelescope/jdaviz' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/standalone.yml b/.github/workflows/standalone.yml index b920c497bf..6fc1cbfd0e 100644 --- a/.github/workflows/standalone.yml +++ b/.github/workflows/standalone.yml @@ -27,7 +27,7 @@ jobs: with: p12-file-base64: ${{ secrets.DEV_ID_APP_CERT }} p12-password: ${{ secrets.DEV_ID_APP_PASSWORD }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0