Skip to content

Commit

Permalink
chore: combined dependency update (#3672)
Browse files Browse the repository at this point in the history
bump dependencies, fix gitpython security advisory
  • Loading branch information
github-actions[bot] authored Jan 11, 2024
1 parent 9377ac4 commit 77f480f
Show file tree
Hide file tree
Showing 4 changed files with 716 additions and 729 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 77f480f

Please sign in to comment.