Skip to content

Commit 2f62c14

Browse files
authored
Merge pull request #2482 from Trusted-AI/dependabot/pip/lief-0.15.1
Bump lief from 0.14.1 to 0.15.1
2 parents 28d3693 + 590e5d6 commit 2f62c14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-goturn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
container: adversarialrobustnesstoolbox/art_testing_envs:goturn
2929
steps:
3030
- name: Checkout Repo
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
- name: Run Test Action
3333
uses: ./.github/actions/goturn
3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v4
35+
uses: codecov/codecov-action@v3
3636
env:
3737
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3838
with:

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ xgboost==2.0.3
4545

4646
kornia~=0.7.1
4747
tensorboardX==2.6.2.2
48-
lief==0.14.1
48+
lief==0.15.1
4949
jax[cpu]==0.4.26
5050

5151
# lingvo==0.13.1

0 commit comments

Comments
 (0)