Skip to content

Commit

Permalink
Merge pull request #185 from GazzolaLab/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-4.5.0

build(deps): bump actions/setup-python from 4.4.0 to 4.5.0
  • Loading branch information
skim0119 authored Jan 16, 2023
2 parents 9824cce + 446de37 commit 02d8328
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 @@ -30,7 +30,7 @@ jobs:
with:
virtualenvs-in-project: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.4.0
uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
with:
virtualenvs-in-project: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.4.0
uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.python-version }}
cache: '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@v4.4.0
uses: actions/setup-python@v4.5.0
with:
python-version: "3.x"
- name: Install Poetry
Expand Down

0 comments on commit 02d8328

Please sign in to comment.