Skip to content

Commit e10e6d5

Browse files
authored
Merge pull request #20 from TGSAI/dependabot/github_actions/actions/setup-python-5.0.0
Bump actions/setup-python from 4.6.1 to 5.0.0
2 parents 4221e56 + 8763e09 commit e10e6d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 2
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v4.6.1
19+
uses: actions/setup-python@v5.0.0
2020
with:
2121
python-version: "3.12"
2222

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444

4545
- name: Set up Python ${{ matrix.python }}
46-
uses: actions/setup-python@v4.6.1
46+
uses: actions/setup-python@v5.0.0
4747
with:
4848
python-version: ${{ matrix.python }}
4949

@@ -122,7 +122,7 @@ jobs:
122122
uses: actions/checkout@v4
123123

124124
- name: Set up Python
125-
uses: actions/setup-python@v4.6.1
125+
uses: actions/setup-python@v5.0.0
126126
with:
127127
python-version: "3.12"
128128

0 commit comments

Comments
 (0)