From 3c74488b4b63a2009033ff6d007daebf13b6fb89 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Thu, 14 Dec 2023 17:43:13 -0500 Subject: [PATCH] Bump actions/setup-python from 4 to 5 --- .github/workflows/ci_cron_daily.yml | 2 +- .github/workflows/ci_cron_weekly.yml | 2 +- .github/workflows/ci_tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_cron_daily.yml b/.github/workflows/ci_cron_daily.yml index c50f6db7..30d701cf 100644 --- a/.github/workflows/ci_cron_daily.yml +++ b/.github/workflows/ci_cron_daily.yml @@ -53,7 +53,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: Install base dependencies diff --git a/.github/workflows/ci_cron_weekly.yml b/.github/workflows/ci_cron_weekly.yml index 7248d116..5fc94272 100644 --- a/.github/workflows/ci_cron_weekly.yml +++ b/.github/workflows/ci_cron_weekly.yml @@ -47,7 +47,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: Install base dependencies diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index e3f0fe1b..5cf59fcc 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -104,7 +104,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: Install base dependencies