Skip to content

Commit

Permalink
Merge pull request #14 from yubarajshrestha/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-python-4.0.0

Bump actions/setup-python from 3.1.0 to 4.0.0
  • Loading branch information
yubarajshrestha authored Jun 20, 2022
2 parents 34f44e6 + afbbb33 commit 74f469a
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@v3.1.0
uses: actions/setup-python@v4.0.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@v3.1.0
uses: actions/setup-python@v4.0.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@v3.1.0
uses: actions/setup-python@v4.0.0
with:
python-version: "3.x"
- name: Install dependencies
Expand Down

0 comments on commit 74f469a

Please sign in to comment.