We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5bf06 commit c653ec3Copy full SHA for c653ec3
.github/workflows/pipeline.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
fetch-depth: 0
20
- name: Set up Python ${{ matrix.python-version }}
21
- uses: actions/setup-python@v4.3.1
+ uses: actions/setup-python@v4.4.0
22
23
python-version: ${{ matrix.python-version }}
24
- name: Install dependencies
.github/workflows/pre-commit.yml
@@ -12,5 +12,5 @@ jobs:
12
SKIP: no-commit-to-branch
13
steps:
14
- uses: actions/checkout@v3
15
- - uses: actions/setup-python@v4.3.1
+ - uses: actions/setup-python@v4.4.0
16
- uses: pre-commit/action@v3.0.0
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
- name: Set up Python
25
26
python-version: 3.9
27
0 commit comments