Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed Feb 21, 2024
1 parent 52df963 commit d1de2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/axiom-clickbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
sparse-checkout: axiom

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'axiom/go.mod'
cache-dependency-path: 'axiom/go.sum'
Expand Down

0 comments on commit d1de2a5

Please sign in to comment.