Skip to content

Commit

Permalink
ci: update ci python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayriainen committed Jun 7, 2024
1 parent bf84f2f commit 63b2d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
npm run build
- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down
2 changes: 1 addition & 1 deletion doc/DoD&Practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Code and documentation language: English.

Commit message style: approximating Conventional Commits.

Branching practice: trunk-based, with possible short-lived features branches.
Branching practice: trunk-based, with possible short-lived feature branches.

Naming formats (Python):

Expand Down

0 comments on commit 63b2d47

Please sign in to comment.