Skip to content

Commit e479090

Browse files
authored
Merge pull request #324 from TGSAI/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 3 to 5
2 parents 71d6485 + ac7dbc3 commit e479090

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 2
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v3
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: "3.11"
2323

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838

3939
- name: Set up Python ${{ matrix.python }}
40-
uses: actions/setup-python@v4
40+
uses: actions/setup-python@v5
4141
with:
4242
python-version: ${{ matrix.python }}
4343

@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/checkout@v4
117117

118118
- name: Set up Python
119-
uses: actions/setup-python@v4
119+
uses: actions/setup-python@v5
120120
with:
121121
python-version: "3.11"
122122

0 commit comments

Comments
 (0)