Skip to content

Commit

Permalink
Update bench-presentations.yml - Fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
fmcarvalho authored Jan 9, 2024
1 parent 6ff3b02 commit 72803d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bench-presentations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@baselines
uses: actions/checkout@v3
with:
ref: baselines

- name: Setup java
uses: actions/setup-java@v1
Expand Down

0 comments on commit 72803d8

Please sign in to comment.