From 7b8da50b9b1a0a60c9b1d0ab74da21d51f7babac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 04:00:57 +0000 Subject: [PATCH] Bump actions/setup-python from 4.2.0 to 4.4.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.2.0...v4.4.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..d5ce67b55 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.4.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.4.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.4.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.4.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.4.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.4.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..35b5c1ad5 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.4.0 with: python-version: 3.9 - name: Get full Python version