Skip to content

Commit

Permalink
build: bump actions/setup-python from 2.3.2 to 4.2.0 (#1611)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 4.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2.3.2...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
  • Loading branch information
dependabot[bot] and mhamilton723 authored Aug 10, 2022
1 parent b1a331c commit c48a07a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
secrets: 'storage-key,nexus-un,nexus-pw,pgp-private,pgp-public,pgp-pw' # comma separated list of secret keys that need to be fetched from the Key Vault
id: GetKeyVaultSecrets
- name: Setup Python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8.8
- name: Setup Miniconda
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish-websiteautodeployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
node-version: '16'
- name: Setup Python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8.8
- name: Set up JDK 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-release-sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: GetKeyVaultSecrets
- name: Setup Python
if: startsWith(steps.getGitTag.outputs.gittag, 'v')
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8.8
- name: Setup Miniconda
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-synapsee2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
secrets: 'storage-key,nexus-un,nexus-pw,pgp-private,pgp-public,pgp-pw' # comma separated list of secret keys that need to be fetched from the Key Vault
id: GetKeyVaultSecrets
- name: Setup Python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8.8
- name: Setup Miniconda
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-databrickse2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
secrets: 'storage-key,nexus-un,nexus-pw,pgp-private,pgp-public,pgp-pw' # comma separated list of secret keys that need to be fetched from the Key Vault
id: GetKeyVaultSecrets
- name: Setup Python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8.8
- name: Setup Miniconda
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Setup Python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8.8
- name: Set up JDK 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Setup Python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8.8
- name: Set up JDK 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-websitesamples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Setup Python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8.8
- name: Set up JDK 11
Expand Down

0 comments on commit c48a07a

Please sign in to comment.