mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
fix dependabot alerts
https://github.com/project-zot/zot/pull/624 https://github.com/project-zot/zot/pull/625 https://github.com/project-zot/zot/pull/626 https://github.com/project-zot/zot/pull/627 https://github.com/project-zot/zot/pull/628 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
2496fef3c2
commit
595e1bca59
@@ -27,8 +27,8 @@ jobs:
|
||||
# - /tmp/data:/data
|
||||
# options: --name=minio --health-cmd "curl http://localhost:9000/minio/health/live"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.18.x
|
||||
- name: Install dependencies
|
||||
@@ -164,7 +164,7 @@ jobs:
|
||||
|
||||
# Download previous benchmark result from cache (if exists)
|
||||
- name: Download previous benchmark data
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ./cache
|
||||
key: ${{ runner.os }}-benchmark-stateless-cluster
|
||||
|
||||
Reference in New Issue
Block a user