Skip to content

Commit ec3b7d9

Browse files
committed
bumping up action versions for python and java
1 parent 8c66ac7 commit ec3b7d9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/certora-basic.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ jobs:
2828
- name: Check key
2929
env:
3030
CERTORAKEY: ${{ secrets.CERTORAKEY }}
31-
run: echo "key length" ${#CERTORAKEY}
3231

3332
- name: Install python
34-
uses: actions/setup-python@v2
33+
uses: actions/setup-python@v5
3534
with: { python-version: 3.9 }
3635

3736
- name: Install java
38-
uses: actions/setup-java@v1
37+
uses: actions/setup-java@v4
3938
with: { java-version: "11", java-package: jre }
4039

4140
- name: Install certora cli

.github/workflows/certora-stata.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
submodules: recursive
2121

2222
- name: Install python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v5
2424
with: { python-version: 3.9 }
2525

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

3030
- name: Install certora cli

0 commit comments

Comments
 (0)