Skip to content

Commit 6d7a604

Browse files
authored
Merge pull request #4 from STAIRlab/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 33bd763 + c15b9fa commit 6d7a604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@v4
7979

8080
- name: Set up Python
81-
uses: actions/setup-python@v4
81+
uses: actions/setup-python@v5
8282
with: {"python-version": "3.x"}
8383

8484
- {"name": "Install OpenSees", "run": "pip install opensees beautifulsoup4"}

0 commit comments

Comments
 (0)