This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
EESAST
/
THUAI6
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
chore(deps): update actions/setup-python action to v5
dev
renovate[bot]
GitHub
2 years ago
parent
bb67046055
commit
b5e9d687fe
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/upload_COS.yml
+ 2
- 2
.github/workflows/upload_COS.yml
View File
@@ -21,7 +21,7 @@ jobs:
dotnet-version: 6.0.402
- name: Setup Python
uses: actions/setup-python@v
4
uses: actions/setup-python@v
5
with:
python-version: '3.9.2'
architecture: 'x64'
@@ -105,7 +105,7 @@ jobs:
dotnet-version: 6.0.x
- name: Setup Python
uses: actions/setup-python@v
4
uses: actions/setup-python@v
5
with:
python-version: '3.9'
Write
Preview
Loading…
Cancel
Save