chore(deps): fix dependabot alerts (#1291)

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
Ramkumar Chinchani
2023-03-22 12:33:21 -07:00
committed by GitHub
parent f8a77bc42f
commit 906f8ce621
15 changed files with 37 additions and 24 deletions
+3 -2
View File
@@ -15,8 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
cache: false
go-version: 1.19.x
# Run benchmark with `go test -bench` and stores the output to a file
- name: Run benchmark
@@ -29,7 +30,7 @@ jobs:
key: ${{ runner.os }}-gen1-benchmark
# Run `github-action-benchmark` action
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1.16.1
uses: benchmark-action/github-action-benchmark@v1.16.2
with:
# What benchmark tool the output.txt came from
tool: 'customBiggerIsBetter'