Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b78240

Browse files
gha: bump actions/setup-python from 4.7.0 to 4.7.1 (#126)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.0...v4.7.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba8d248 commit 5b78240

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fetch-depth: 5
4242

4343
- name: Set up Python 3
44-
uses: actions/[email protected].0
44+
uses: actions/[email protected].1
4545
with:
4646
python-version: '3'
4747

@@ -100,7 +100,7 @@ jobs:
100100
fetch-depth: 5
101101

102102
- name: Set up Python 3
103-
uses: actions/[email protected].0
103+
uses: actions/[email protected].1
104104
with:
105105
python-version: '3'
106106

@@ -150,7 +150,7 @@ jobs:
150150
fetch-depth: 5
151151

152152
- name: Set up Python 3
153-
uses: actions/[email protected].0
153+
uses: actions/[email protected].1
154154
with:
155155
python-version: '3'
156156

@@ -181,7 +181,7 @@ jobs:
181181
fetch-depth: 5
182182

183183
- name: Set up Python 3
184-
uses: actions/[email protected].0
184+
uses: actions/[email protected].1
185185
with:
186186
python-version: '3'
187187

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
path: cpython
6565

6666
- name: Set up Python 3
67-
uses: actions/[email protected].0
67+
uses: actions/[email protected].1
6868
with:
6969
python-version: '3'
7070
cache: 'pip'
@@ -183,7 +183,7 @@ jobs:
183183
path: ${{ matrix.branch }}
184184

185185
- name: Set up Python 3
186-
uses: actions/[email protected].0
186+
uses: actions/[email protected].1
187187
with:
188188
python-version: '3'
189189
cache: 'pip'

0 commit comments

Comments
 (0)