Skip to content

Commit

Permalink
Update blossom-ci.yml (#1937)
Browse files Browse the repository at this point in the history
* Update blossom-ci.yml

* Update blossom-ci.yml

Signed-off-by: YanxuanLiu <[email protected]>

---------

Signed-off-by: YanxuanLiu <[email protected]>
  • Loading branch information
YanxuanLiu authored Apr 9, 2024
1 parent 0bda0dc commit a9fbf41
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 @@ -81,15 +81,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v3
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@v4
uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 8
Expand Down

0 comments on commit a9fbf41

Please sign in to comment.