Skip to content

Commit

Permalink
chore: bump action setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Apr 16, 2024
1 parent 72d70b2 commit ff1427a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
submodules: recursive

- name: Install python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ">=3.9"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/halmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: recursive

- name: Install python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ">=3.9"

Expand Down

0 comments on commit ff1427a

Please sign in to comment.