From 7b757cd328ce9168a7633d479c9f442cff69b759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 06:21:16 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 5.0.0 to 5.1.0 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/0a5c61591373683505ea898e09a3ea4f39ef2b9c...82c7e631bb3cdc910f68e0081d67478d79c6982d) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/alice_async_comms.yml | 2 +- ...ease_contribute_recommended_community_standards.yml | 2 +- .github/workflows/alice_shouldi_contribute.yml | 2 +- .github/workflows/dispatch_build_images_containers.yml | 2 +- .github/workflows/pin_downstream.yml | 2 +- .github/workflows/rfc.yml | 2 +- .github/workflows/testing.yml | 10 +++++----- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/alice_async_comms.yml b/.github/workflows/alice_async_comms.yml index 362339c11c..f99df1dbb1 100644 --- a/.github/workflows/alice_async_comms.yml +++ b/.github/workflows/alice_async_comms.yml @@ -22,7 +22,7 @@ jobs: with: egress-policy: audit - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: '3.12' cache: 'pip' diff --git a/.github/workflows/alice_please_contribute_recommended_community_standards.yml b/.github/workflows/alice_please_contribute_recommended_community_standards.yml index 879d2059e3..fb02da96af 100644 --- a/.github/workflows/alice_please_contribute_recommended_community_standards.yml +++ b/.github/workflows/alice_please_contribute_recommended_community_standards.yml @@ -23,7 +23,7 @@ jobs: egress-policy: audit - name: Set up Python 3.9 - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: 3.9 - name: Configure git user info diff --git a/.github/workflows/alice_shouldi_contribute.yml b/.github/workflows/alice_shouldi_contribute.yml index 5daec47687..3382efb826 100644 --- a/.github/workflows/alice_shouldi_contribute.yml +++ b/.github/workflows/alice_shouldi_contribute.yml @@ -23,7 +23,7 @@ jobs: egress-policy: audit - name: Set up Python 3.9 - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: 3.9 - name: Configure git user info diff --git a/.github/workflows/dispatch_build_images_containers.yml b/.github/workflows/dispatch_build_images_containers.yml index 6fddd43855..6b6bc5b0a3 100644 --- a/.github/workflows/dispatch_build_images_containers.yml +++ b/.github/workflows/dispatch_build_images_containers.yml @@ -23,7 +23,7 @@ jobs: egress-policy: audit - name: Set up Python 3.9 - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: 3.9 - name: Build manifest diff --git a/.github/workflows/pin_downstream.yml b/.github/workflows/pin_downstream.yml index 1c550b50ae..105d8a9c9b 100644 --- a/.github/workflows/pin_downstream.yml +++ b/.github/workflows/pin_downstream.yml @@ -34,7 +34,7 @@ jobs: egress-policy: audit - name: Set up Python - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: "3.11" - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 diff --git a/.github/workflows/rfc.yml b/.github/workflows/rfc.yml index 9a2bd4cd82..afeead3dd3 100644 --- a/.github/workflows/rfc.yml +++ b/.github/workflows/rfc.yml @@ -33,7 +33,7 @@ jobs: git config --global user.email "dffml@intel.com" git config --global user.name "DFFML CI/CD" - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ matrix.python-version }} - name: Get pip cache diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b450d2e6e8..29b617bbb6 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ matrix.python-version }} - name: Get pip cache @@ -115,7 +115,7 @@ jobs: git config --global user.email "dffml@intel.com" git config --global user.name "DFFML CI/CD" - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ matrix.python-version }} - name: Use Node.js ${{ matrix.node-version }} @@ -212,7 +212,7 @@ jobs: run: | sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ matrix.python-version }} - name: Get pip cache @@ -330,7 +330,7 @@ jobs: git config --global user.email "dffml@intel.com" git config --global user.name "DFFML CI/CD" - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ matrix.python-version }} - name: Get pip cache @@ -379,7 +379,7 @@ jobs: git config --global user.email "dffml@intel.com" git config --global user.name "DFFML CI/CD" - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ matrix.python-version }} - name: Get pip cache