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

Commit

Permalink
Bump actions/setup-python from 2.3.1 to 4.7.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 4.7.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2.3.1...v4.7.1)

---
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>
  • Loading branch information
dependabot[bot] committed Oct 2, 2023
1 parent dd8c0e8 commit 7c76ab1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
submodules: recursive

- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4.7.1
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
submodules: recursive

- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4.7.1
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
submodules: recursive

- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4.7.1
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
fi
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4.7.1
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emoji_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
token: ${{ secrets.TOKEN }}

- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v4.7.1
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down

0 comments on commit 7c76ab1

Please sign in to comment.