From ae7e6297a98c3f7ea2fcd003f63a2fdf06b0e6cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 11:53:54 -0800 Subject: [PATCH] Bump actions/setup-python from 4.4.0 to 4.5.0 (#407) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.4.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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b71991ae..f0fe8367 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: - name: Check out the repository uses: actions/checkout@v3.3.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4.4.0 + uses: actions/setup-python@v4.5.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Install requirements @@ -61,7 +61,7 @@ jobs: - name: Check out code from GitHub uses: "actions/checkout@v3.3.0" - name: Setup Python ${{ env.DEFAULT_PYTHON }} - uses: "actions/setup-python@v4.4.0" + uses: "actions/setup-python@v4.5.0" with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Install requirements