Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matthieu Evrin <[email protected]>
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote and lekaf974 authored Oct 6, 2024
1 parent 3cc1bd8 commit c4e5601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pricing-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
-d '{"ref":"master", "inputs":{"spreadsheet_uri":"${{ inputs.spreadsheet_uri }}"}}'
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '1.17' # Specify the Go version you need

Expand Down

0 comments on commit c4e5601

Please sign in to comment.