From c4e560135602315486ba4d34c836f62585eb993e Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Sun, 6 Oct 2024 18:26:09 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Matthieu Evrin <6630779+lekaf974@users.noreply.github.com> Signed-off-by: Lee Calcote --- .github/workflows/pricing-list.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pricing-list.yml b/.github/workflows/pricing-list.yml index 7ccea2f9..bc9c3426 100644 --- a/.github/workflows/pricing-list.yml +++ b/.github/workflows/pricing-list.yml @@ -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