Skip to content

Commit 70bf67c

Browse files
committed
Swift: update swift to 5.9 in integration tests
1 parent 57ee5ce commit 70bf67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/actions/run-integration-tests/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ runs:
77
- uses: actions/setup-python@v4
88
with:
99
python-version-file: 'swift/.python-version'
10-
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
10+
- uses: swift-actions/setup-swift@e1dca7c4a36344146bbc2803f0d538462477bb37
1111
with:
12-
swift-version: "5.8"
12+
swift-version: 5.9
1313
- uses: ./.github/actions/fetch-codeql
1414
- id: query-cache
1515
uses: ./.github/actions/cache-query-compilation

0 commit comments

Comments
 (0)