Skip to content

Commit 68231bf

Browse files
committed
Swift: bump python version to 3.8 in workflow
1 parent f171ce6 commit 68231bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-python@v3
1717
with:
18-
python-version: '~3.7'
18+
python-version: '~3.8'
1919
cache: 'pip'
2020
- uses: ./.github/actions/fetch-codeql
2121
- uses: bazelbuild/setup-bazelisk@v2

0 commit comments

Comments
 (0)