Skip to content

Commit

Permalink
ci: Use updated parse-asdf-versions (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored May 16, 2023
1 parent 017f01c commit f605936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v3

- name: Gather tool versions
uses: endorama/asdf-parse-tool-versions@v1
uses: jimmidyson/asdf-parse-tool-versions@v2
id: versions

- name: golangci-lint
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v3

- name: Gather tool versions
uses: endorama/asdf-parse-tool-versions@v1
uses: jimmidyson/asdf-parse-tool-versions@v2
id: versions

- uses: actions/setup-go@v4
Expand Down

0 comments on commit f605936

Please sign in to comment.