We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9377ac4 commit 77f480fCopy full SHA for 77f480f
.github/actions/install-linux/action.yml
@@ -4,11 +4,11 @@ inputs:
4
python-version:
5
description: "Python version to install"
6
required: false
7
- default: "3.9"
+ default: "3.10"
8
runs:
9
using: "composite"
10
steps:
11
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v3.6.0
12
with:
13
fetch-depth: 0
14
- name: Checkout repository
.github/actions/install-macos/action.yml
0 commit comments