We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2782d commit 0cb4888Copy full SHA for 0cb4888
.github/workflows/formal-verification.yml
@@ -44,7 +44,7 @@ jobs:
44
fi
45
echo "result=$RESULT" >> "$GITHUB_OUTPUT"
46
- name: Install python
47
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
48
with:
49
python-version: ${{ env.PIP_VERSION }}
50
cache: 'pip'
@@ -75,7 +75,7 @@ jobs:
75
- name: Set up environment
76
uses: ./.github/actions/setup
77
78
79
80
81
0 commit comments