Skip to content

Commit

Permalink
Update toml-test version used by the CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
just95 authored Dec 7, 2023
1 parent f5e6e5f commit a164217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Install `toml-test`
run: go install github.com/BurntSushi/toml-test/cmd/toml-test@v1.0.0
run: go install github.com/toml-lang/toml-test/cmd/toml-test@latest
- name: Download Decoder Executable
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit a164217

Please sign in to comment.