Skip to content

Commit 0cb4888

Browse files
Update actions/setup-python action to v6 (#5915)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa2782d commit 0cb4888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/formal-verification.yml

Lines changed: 2 additions & 2 deletions
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@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: ${{ env.PIP_VERSION }}
5050
cache: 'pip'
@@ -75,7 +75,7 @@ jobs:
7575
- name: Set up environment
7676
uses: ./.github/actions/setup
7777
- name: Install python
78-
uses: actions/setup-python@v5
78+
uses: actions/setup-python@v6
7979
with:
8080
python-version: ${{ env.PIP_VERSION }}
8181
cache: 'pip'

0 commit comments

Comments
 (0)