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
@@ -28,8 +28,9 @@ jobs:
# options: --name=minio --health-cmd "curl http://localhost:9000/minio/health/live"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
cache: false
go-version: 1.19.x
- name: Install dependencies
run: |
@@ -165,7 +166,7 @@ jobs:
key: ${{ runner.os }}-gen1-benchmark-stateless-cluster
# 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'