Skip to content

Commit

Permalink
Update actions/setup-python from 4.7.0 to 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Oct 21, 2023
1 parent d3f70ad commit fef2399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
postgresql user: harmonbot
postgresql password: ""
- name: Set up Python
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v4.7.1
with:
python-version-file: pyproject.toml
architecture: x64
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v4.7.1
with:
python-version-file: pyproject.toml
architecture: x64
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v4.7.1
with:
python-version-file: pyproject.toml
architecture: x64
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v4.7.1
with:
python-version-file: pyproject.toml
architecture: x64
Expand All @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v4.7.1
with:
python-version-file: pyproject.toml
architecture: x64
Expand Down

0 comments on commit fef2399

Please sign in to comment.