From 0d5e0076d2a03343e8b07a0fe3caf7e6b2a13665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 04:01:16 +0000 Subject: [PATCH] Bump actions/setup-python from 4.2.0 to 4.5.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.2.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/integration.yml | 12 ++++++------ .github/workflows/seed.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3e1147637..870be5706 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -116,7 +116,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.2.0 + uses: actions/setup-python@v4.5.0 with: python-version: ${{ matrix.python-version }} - name: Get full Python version @@ -258,7 +258,7 @@ jobs: - name: Check out main branch uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.2.0 + uses: actions/setup-python@v4.5.0 with: python-version: ${{ matrix.python-version }} - name: Get full Python version @@ -318,7 +318,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python 3.9 - uses: actions/setup-python@v4.2.0 + uses: actions/setup-python@v4.5.0 with: python-version: 3.9 - name: Get full Python version @@ -431,7 +431,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python 3.9 - uses: actions/setup-python@v4.2.0 + uses: actions/setup-python@v4.5.0 with: python-version: 3.9 - name: Get full Python version @@ -545,7 +545,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.2.0 + uses: actions/setup-python@v4.5.0 with: python-version: ${{ matrix.python-version }} - name: Get full Python version @@ -637,7 +637,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python 3.9 - uses: actions/setup-python@v4.2.0 + uses: actions/setup-python@v4.5.0 with: python-version: 3.9 - name: Get full Python version diff --git a/.github/workflows/seed.yml b/.github/workflows/seed.yml index 1ac910b61..f0a66512c 100644 --- a/.github/workflows/seed.yml +++ b/.github/workflows/seed.yml @@ -48,7 +48,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python 3.9 - uses: actions/setup-python@v4.2.0 + uses: actions/setup-python@v4.5.0 with: python-version: 3.9 - name: Get full Python version