-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/setup-python from 4.7.1 to 4.8.0 (#116)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5729540
commit eb21c95
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
continue-on-error: true | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v4.7.1 | ||
- uses: actions/setup-python@v4.8.0 | ||
with: | ||
python-version: '3.11' | ||
- run: pip install -r script/requirements.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected] | ||
- name: 🛠 Setup Python | ||
uses: actions/setup-python@v4.7.1 | ||
uses: actions/setup-python@v4.8.0 | ||
with: | ||
python-version: '3.11' | ||
- name: 🛠 Install dependencies | ||
|