Skip to content

Commit 264226e

Browse files
authored
Merge pull request #5 from spatial-model-editor/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 1d20bd6 + 6f82ace commit 264226e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: write
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-python@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: "3.11"
1616
- run: pip install -r requirements.txt

0 commit comments

Comments
 (0)