Skip to content

Commit

Permalink
Merge branch 'main' into fix-readme-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Nov 1, 2024
2 parents f69a01c + 3106a04 commit ba2aac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5
with:
python-version: '3.13' # Specify your Python version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proselint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Install Proselint
Expand Down

0 comments on commit ba2aac1

Please sign in to comment.