Skip to content

Commit ca2b85d

Browse files
Update actions/setup-python action to v5 (#4781)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ernesto García <ernestognw@gmail.com>
1 parent 48ce444 commit ca2b85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/formal-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fi
4545
echo "result=$RESULT" >> "$GITHUB_OUTPUT"
4646
- name: Install python
47-
uses: actions/setup-python@v4
47+
uses: actions/setup-python@v5
4848
with:
4949
python-version: ${{ env.PIP_VERSION }}
5050
cache: 'pip'

0 commit comments

Comments
 (0)