Skip to content

Commit 77f480f

Browse files
chore: combined dependency update (#3672)
bump dependencies, fix gitpython security advisory
1 parent 9377ac4 commit 77f480f

File tree

4 files changed

+716
-729
lines changed

4 files changed

+716
-729
lines changed

.github/actions/install-linux/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ inputs:
44
python-version:
55
description: "Python version to install"
66
required: false
7-
default: "3.9"
7+
default: "3.10"
88
runs:
99
using: "composite"
1010
steps:
11-
- uses: actions/checkout@v3.5.0
11+
- uses: actions/checkout@v3.6.0
1212
with:
1313
fetch-depth: 0
1414
- name: Checkout repository

.github/actions/install-macos/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ inputs:
44
python-version:
55
description: "Python version to install"
66
required: false
7-
default: "3.9"
7+
default: "3.10"
88
runs:
99
using: "composite"
1010
steps:
11-
- uses: actions/checkout@v3.5.0
11+
- uses: actions/checkout@v3.6.0
1212
with:
1313
fetch-depth: 0
1414
- name: Checkout repository

0 commit comments

Comments
 (0)