From 411cb21c42353fab357b93b0eedd66d58cc11f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 22:03:07 +0100 Subject: [PATCH] Bump actions/setup-python from 5.0.0 to 5.1.0 (#191) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/a_pre_commit.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/a_pre_commit.yml b/.github/workflows/a_pre_commit.yml index 888c629..fbb29dc 100644 --- a/.github/workflows/a_pre_commit.yml +++ b/.github/workflows/a_pre_commit.yml @@ -19,7 +19,7 @@ jobs: with: token: ${{ secrets.TOKEN }} - name: Set up Python - uses: actions/setup-python@v5.0.0 + uses: actions/setup-python@v5.1.0 with: python-version: 3.12 - name: Set up git config diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 643cc20..d96c000 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: with: ref: main - name: Set up Python 3 - uses: actions/setup-python@v5.0.0 + uses: actions/setup-python@v5.1.0 with: python-version: | 3.11