Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Jan 11, 2024
1 parent 20ab528 commit 02e1091
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 73 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ inputs:
python-version:
description: "Python version to install"
required: false
default: "3.9"
default: "3.10"
runs:
using: "composite"
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/install-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ inputs:
python-version:
description: "Python version to install"
required: false
default: "3.9"
default: "3.10"
runs:
using: "composite"
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Checkout repository
Expand Down
Loading

0 comments on commit 02e1091

Please sign in to comment.