Skip to content

Commit

Permalink
Merge pull request GazzolaLab#181 from GazzolaLab/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/setup-python-4.2.0

build(deps): bump actions/setup-python from 2.2.2 to 4.2.0
  • Loading branch information
skim0119 authored Aug 18, 2022
2 parents 34e9500 + 9263cfc commit ff2b1da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
# Ref: https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-python
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v4.2.0
with:
python-version: ${{ matrix.python-version }}
# You can test your matrix by printing the current Python version
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v4.2.0
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3.1.0
uses: actions/setup-python@v4.2.0
with:
python-version: "3.x"
- name: Install Poetry
Expand Down

0 comments on commit ff2b1da

Please sign in to comment.