Skip to content

Commit

Permalink
fixing python version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMorami committed Jan 12, 2025
1 parent ef61324 commit b6db6be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certora-GSM-4626.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: recursive

- name: Install python
uses: actions/setup-python@v25
uses: actions/setup-python@v5
with: { python-version: 3.9 }

- name: Install java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/certora-gho-505.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: recursive

- name: Install python
uses: actions/setup-python@v25
uses: actions/setup-python@v5
with: { python-version: 3.9 }

- name: Install java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/certora-gho.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: recursive

- name: Install python
uses: actions/setup-python@v25
uses: actions/setup-python@v5
with: { python-version: 3.9 }

- name: Install java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/certora-gsm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: recursive

- name: Install python
uses: actions/setup-python@v25
uses: actions/setup-python@v5
with: { python-version: 3.9 }

- name: Install java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/certora-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: recursive

- name: Install python
uses: actions/setup-python@v25
uses: actions/setup-python@v5
with: { python-version: 3.9 }

- name: Install java
Expand Down

0 comments on commit b6db6be

Please sign in to comment.