You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Specify 5.x.0, otherwise setup Action will default to latest minor version.
22
+
# Specify 5.x.0, otherwise setup Action will default to latest minor version.
23
23
if [ $VERSION = "5.7" ]; then
24
24
VERSION="5.7.0"
25
25
elif [ $VERSION = "5.8" ]; then
@@ -29,11 +29,11 @@ runs:
29
29
# setup-swift does not yet support v5.9.1 Remove this when it does.
30
30
elif [ $VERSION = "5.9.1" ]; then
31
31
VERSION="5.9.0"
32
-
fi
32
+
fi
33
33
fi
34
34
echo "version=$VERSION" | tee -a $GITHUB_OUTPUT
35
35
36
-
- uses: redsun82/setup-swift@b2b6f77ab14f6a9b136b520dc53ec8eca27d2b99# Please update the corresponding SHA in the CLI's CodeQL Action Integration Test.
36
+
- uses: redsun82/setup-swift@362f49f31da2f5f4f851657046bdd1290d03edc8# Please update the corresponding SHA in the CLI's CodeQL Action Integration Test.
0 commit comments