From df44108bcbe910412dd1d4cffbcbab15da840465 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 03:28:06 +0000 Subject: [PATCH] Update actions/setup-python action to v5 --- .github/workflows/dev-ci.yml | 2 +- .github/workflows/full-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-ci.yml b/.github/workflows/dev-ci.yml index df8d2c40f6..dfeb4847f4 100644 --- a/.github/workflows/dev-ci.yml +++ b/.github/workflows/dev-ci.yml @@ -129,7 +129,7 @@ jobs: submodules: true - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python.version }} diff --git a/.github/workflows/full-ci.yml b/.github/workflows/full-ci.yml index c4fcc56100..20848dbc83 100644 --- a/.github/workflows/full-ci.yml +++ b/.github/workflows/full-ci.yml @@ -175,7 +175,7 @@ jobs: submodules: true - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python.version }}