-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gha: bump actions/setup-python in the all-github-actions group (#220)
Bumps the all-github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b4a2ca6
commit a3436dc
Showing
2 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
fetch-depth: 5 | ||
|
||
- name: Set up Python 3 | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: '3' | ||
|
||
|
@@ -104,7 +104,7 @@ jobs: | |
fetch-depth: 5 | ||
|
||
- name: Set up Python 3 | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: '3' | ||
|
||
|
@@ -157,7 +157,7 @@ jobs: | |
fetch-depth: 5 | ||
|
||
- name: Set up Python 3 | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: '3' | ||
|
||
|
@@ -191,7 +191,7 @@ jobs: | |
fetch-depth: 5 | ||
|
||
- name: Set up Python 3 | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: '3' | ||
|
||
|
@@ -224,7 +224,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Set up Python 3 | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: '3' | ||
|
||
|
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 |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
path: cpython | ||
|
||
- name: Set up Python 3 | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: '3' | ||
cache: 'pip' | ||
|
@@ -178,7 +178,7 @@ jobs: | |
path: ${{ matrix.branch }} | ||
|
||
- name: Set up Python 3 | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: '3' | ||
cache: 'pip' | ||
|