Skip to content

Commit

Permalink
Merge pull request #24 from py-package/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-4.5.0

Bump actions/setup-python from 4.3.0 to 4.5.0
  • Loading branch information
yubarajshrestha authored Feb 27, 2023
2 parents 060f3f4 + 4547a5b commit 584374d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4.5.0
with:
python-version: 3.8
- name: Intall Flake8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.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.3.0
uses: actions/setup-python@v4.5.0
with:
python-version: "3.x"
- name: Install dependencies
Expand Down

0 comments on commit 584374d

Please sign in to comment.