summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-26 20:04:15 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2022-12-30 20:33:04 -0600
commit5c5aa734dc9ac94c9dc638001572ec80707a4c1b (patch)
treee97224d9af271778c3c4384cf8eee90702cf7bee /.github
parent1a897ddfe2f7e017a354ec99b924b5d0afc166d8 (diff)
downloadurllib3-5c5aa734dc9ac94c9dc638001572ec80707a4c1b.tar.gz
Bump actions/setup-python from 4.3.1 to 4.4.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/2c3dd9e7e29afd70cc0950079bde6c979d1f69f9...5ccb29d8773c3f3f653e1705f474dfaa8a06a912) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
-rw-r--r--.github/workflows/integration.yml2
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/publish.yml2
4 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e4c6d634..f36bd604 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
uses: "actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b"
- name: "Setup Python"
- uses: "actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9"
+ uses: "actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912"
with:
python-version: "3.x"
cache: "pip"
@@ -91,7 +91,7 @@ jobs:
uses: "actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b"
- name: "Setup Python ${{ matrix.python-version }}"
- uses: "actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9"
+ uses: "actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912"
with:
python-version: ${{ matrix.python-version }}
@@ -105,7 +105,7 @@ jobs:
# Setup Python 3.x to run nox on behalf of Python 2.7
- if: matrix.python-version == '2.7'
name: "Setup Python 3.x"
- uses: "actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9"
+ uses: "actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912"
with:
python-version: "3.x"
cache: "pip"
@@ -136,7 +136,7 @@ jobs:
uses: "actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b"
- name: "Setup Python"
- uses: "actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9"
+ uses: "actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912"
with:
python-version: "3.x"
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index c4eb10f8..71b850af 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -18,7 +18,7 @@ jobs:
uses: "actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b"
- name: "Setup Python"
- uses: "actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9"
+ uses: "actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912"
with:
python-version: "3.x"
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 9e800bb1..fb56ddae 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
uses: "actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b"
- name: "Setup Python"
- uses: "actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9"
+ uses: "actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912"
with:
python-version: "3.x"
cache: pip
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 643abb8a..e983b356 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
uses: "actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b"
- name: "Setup Python"
- uses: "actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9"
+ uses: "actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912"
with:
python-version: "3.x"