Skip to content

Commit

Permalink
Merge pull request #678 from NVIDIA/branch-24.06
Browse files Browse the repository at this point in the history
[auto-merge] branch-24.06 to branch-24.08 [skip ci] [bot]
  • Loading branch information
nvauto committed Jun 24, 2024
2 parents 3b0ba87 + a1db27a commit 910ac07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ fromJson(needs.Authorization.outputs.args).repo }}
ref: ${{ fromJson(needs.Authorization.outputs.args).ref }}
lfs: 'true'

# repo specific steps
- name: Setup java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 8
Expand Down

0 comments on commit 910ac07

Please sign in to comment.