Skip to content

Commit 258c7d9

Browse files
authored
Update CI to Python 3.9 (#1443)
Since the pulumi/pulumi#17883 change Pulumi no longer supports 3.8 and tests need to be performed on 3.9 or later versions of Python.
1 parent 553bf04 commit 258c7d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/install/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ runs:
2424
registry-url: https://registry.npmjs.org
2525

2626
- name: Setup Python
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
29-
python-version: "3.8"
29+
python-version: "3.9"
3030

3131
- name: Setup DotNet
3232
if: inputs.skip_dotnet_and_java != 'true'

0 commit comments

Comments
 (0)