Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump actions/setup-python from 4.3.0 to 4.4.0 (#193)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@13ae5bb...5ccb29d)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2023
1 parent 775716a commit 4b91404
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
objects.githubusercontent.com:443
pypi.org:443
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v3.2.0
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 #v4.3.0
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 #v4.4.0
with:
python-version: ${{env.PYTHON_LATEST}}
- name: Install Dependencies
Expand All @@ -52,7 +52,7 @@ jobs:
objects.githubusercontent.com:443
pypi.org:443
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v3.2.0
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 #v4.3.0
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 #v4.4.0
with:
python-version: ${{env.PYTHON_LATEST}}
- name: Install Dependencies
Expand All @@ -74,7 +74,7 @@ jobs:
pypi.org:443
registry.npmjs.org:443
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v3.2.0
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 #v4.3.0
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 #v4.4.0
with:
python-version: ${{env.PYTHON_LATEST}}
- name: Install Dependencies
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
registry-1.docker.io:443
auth.docker.io:443
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v3.2.0
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 #v4.3.0
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 #v4.4.0
with:
python-version: ${{matrix.python-version}}
- name: Install Dependencies
Expand All @@ -130,7 +130,7 @@ jobs:
objects.githubusercontent.com:443
pypi.org:443
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v3.2.0
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 #v4.3.0
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 #v4.4.0
with:
python-version: ${{env.PYTHON_LATEST}}
- run: python -m pip install --upgrade wheel tox
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
uploads.github.com:443
- name: Checkout repository
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # @v3.2.0
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 #v4.3.0
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 #v4.4.0
with:
python-version: ${{env.PYTHON_LATEST}}
- name: Initialize CodeQL With Dependencies
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.SEMANTIC_RELEASES_TOKEN }}
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 #v4.3.0
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 #v4.4.0
with:
python-version: ${{env.PYTHON_LATEST}}
- run: python -m pip install python-semantic-release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 #v4.3.0
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 #v4.4.0
with:
python-version: "3.11"
- run: python -m pip install --upgrade wheel tox
Expand Down

0 comments on commit 4b91404

Please sign in to comment.