Skip to content

Commit bd72cb7

Browse files
Merge pull request #25 from ccdc-opensource/BLD-6292-update-setuppython-version
update setup-python action BLD-62962
2 parents e645e53 + 9c6015e commit bd72cb7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/quality_check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
quality-check:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
8-
- uses: actions/setup-python@v2
7+
- uses: actions/checkout@v3
8+
- uses: actions/setup-python@v4
99
with:
1010
python-version: "3.7"
1111
- name: Install dependencies

.github/workflows/status_check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
matrix:
88
os: [ ubuntu-latest, macos-latest, windows-latest ]
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
with:
1212
ref: ${{ github.head_ref }}
1313
fetch-depth: 0
14-
- uses: actions/setup-python@v2
14+
- uses: actions/setup-python@v4
1515
with:
1616
python-version: "3.7"
1717
- name: Get the commit message

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
Pull-request-files-check:
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v3
4242
with:
4343
ref: ${{ github.head_ref }}
4444
fetch-depth: 0
45-
- uses: actions/setup-python@v2
45+
- uses: actions/setup-python@v4
4646
with:
4747
python-version: "3.7"
4848
- name: Get the commit message

0 commit comments

Comments
 (0)