Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 55f72ab

Browse files
authored
Merge branch 'main' into docs/furo
2 parents ee5401c + 7918d85 commit 55f72ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 2
1717

1818
- name: Set up Python
19-
uses: actions/[email protected].0
19+
uses: actions/[email protected].1
2020
with:
2121
python-version: "3.10"
2222

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/[email protected]
3636

3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].1
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141

@@ -105,7 +105,7 @@ jobs:
105105
uses: actions/[email protected]
106106

107107
- name: Set up Python
108-
uses: actions/[email protected].0
108+
uses: actions/[email protected].1
109109
with:
110110
python-version: "3.10"
111111

0 commit comments

Comments
 (0)