Skip to content

Commit 9cde158

Browse files
authored
Merge pull request #754 from scop/renovate/actions-setup-python-4.x
chore(deps): update actions/setup-python action to v4
2 parents 021c030 + b235501 commit 9cde158

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- uses: actions/setup-python@v3
14+
- uses: actions/setup-python@v4
15+
with:
16+
python-version: ">=3.6"
1517
- uses: actions/cache@v3
1618
with:
1719
path: ~/.cache/pip

0 commit comments

Comments
 (0)