Skip to content

Commit

Permalink
Merge pull request #82 from mirecl/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-5.0.0

Bump actions/setup-python from 4.8.0 to 5.0.0
  • Loading branch information
mirecl authored Nov 14, 2024
2 parents 895a1f8 + 8c5d2ac commit ca948d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
#----------------------------------------------
- name: Set up python
id: setup-python
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: 3.6
#----------------------------------------------
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
#----------------------------------------------
- name: Set up python
id: setup-python
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: 3.6
#----------------------------------------------
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
#----------------------------------------------
- name: Set up python
id: setup-python
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: 3.6
#----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
#----------------------------------------------
- name: Set up python
id: setup-python
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: 3.7
#----------------------------------------------
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
#----------------------------------------------
- name: Set up python
id: setup-python
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python }}
#----------------------------------------------
Expand Down

0 comments on commit ca948d3

Please sign in to comment.