Skip to content

Commit 3b540d3

Browse files
authored
Merge pull request #57 from Chisanan232/dependabot/github_actions/actions/setup-python-5
⬆ Bump actions/setup-python from 4 to 5
2 parents b223934 + 0c3dc1c commit 3b540d3

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

.gitcommitrules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ invalid message format should not be merged or fetched, etc.
99
Format:
1010
[commit topic] (commit scope) <commit message>
1111

12-
1312
Commit Topic:
1413
* New Feature
1514
The new features which be added currently.

.github/workflows/rw_organize_test_cov_reports.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: ./
4141

4242
- name: Setup Python 3.10 in Ubuntu OS
43-
uses: actions/setup-python@v4
43+
uses: actions/setup-python@v5
4444
with:
4545
python-version: '3.10'
4646

.github/workflows/rw_poetry_run_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@v3
8383

8484
- name: Install Python ${{ matrix.python-version }}
85-
uses: actions/setup-python@v4
85+
uses: actions/setup-python@v5
8686
with:
8787
python-version: ${{ matrix.python-version }}
8888

.github/workflows/rw_pre-building_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v3
5454

5555
- name: Setup Python 3.10 in Ubuntu OS
56-
uses: actions/setup-python@v4
56+
uses: actions/setup-python@v5
5757
with:
5858
python-version: '3.10'
5959

.github/workflows/rw_push_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v3
5959

6060
- name: Setup Python 3.10 in Ubuntu OS
61-
uses: actions/setup-python@v4
61+
uses: actions/setup-python@v5
6262
with:
6363
python-version: '3.10'
6464

.github/workflows/rw_run_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/checkout@v3
9898

9999
- name: Install Python ${{ matrix.python-version }}
100-
uses: actions/setup-python@v4
100+
uses: actions/setup-python@v5
101101
with:
102102
python-version: ${{ matrix.python-version }}
103103

@@ -145,7 +145,7 @@ jobs:
145145
- uses: actions/checkout@v3
146146

147147
- name: Install Python ${{ matrix.python-version }}
148-
uses: actions/setup-python@v4
148+
uses: actions/setup-python@v5
149149
with:
150150
python-version: ${{ matrix.python-version }}
151151

.github/workflows/rw_upload_test_cov_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Install Python 3.10
112112
# if: ${{ inputs.upload-to-codecov == true || inputs.upload-to-coveralls == true }}
113113
if: ${{ inputs.upload-to-coveralls == true }}
114-
uses: actions/setup-python@v4
114+
uses: actions/setup-python@v5
115115
with:
116116
python-version: "3.10"
117117

0 commit comments

Comments
 (0)