Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand authored and barshaul committed Feb 13, 2024
1 parent 0fbd53f commit 341eaaf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
required: true
jobs:
run-ort:
if: github.repository_owner == 'aws'
name: Create attribution files
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
ref: ${{ env.BASE_BRANCH }}

- name: Set up JDK 11 for the ORT package
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: 11
Expand Down Expand Up @@ -103,7 +104,7 @@ jobs:
### NodeJS ###

- name: Set up Node.js 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x

Expand Down Expand Up @@ -133,7 +134,7 @@ jobs:
### Python ###

- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down

0 comments on commit 341eaaf

Please sign in to comment.