Skip to content

Commit

Permalink
Merge pull request #32 from hamnis/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
hamnis authored Dec 7, 2023
2 parents ba74b03 + ff9e90c commit e15783c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out source repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install pip package(s)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi-build-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check out source repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install pip package(s)
Expand All @@ -36,7 +36,7 @@ jobs:
with:
fetch-depth: 0 #full history
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install dependencies
Expand Down

0 comments on commit e15783c

Please sign in to comment.