Skip to content

Commit

Permalink
bumping up action versions for python and java
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMorami committed Nov 18, 2024
1 parent 8c66ac7 commit ec3b7d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/certora-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ jobs:
- name: Check key
env:
CERTORAKEY: ${{ secrets.CERTORAKEY }}
run: echo "key length" ${#CERTORAKEY}

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

- name: Install java
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with: { java-version: "11", java-package: jre }

- name: Install certora cli
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/certora-stata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
submodules: recursive

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

- name: Install java
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with: { java-version: "11", java-package: jre }

- name: Install certora cli
Expand Down

0 comments on commit ec3b7d9

Please sign in to comment.