mirror of
https://github.com/project-zot/zot.git
synced 2026-06-19 14:08:01 +08:00
chore: fix dependabot alerts (#3940)
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
cde621b248
commit
78c6e915dd
@@ -31,7 +31,7 @@ jobs:
|
||||
key: ${{ runner.os }}-gen1-benchmark
|
||||
# Run `github-action-benchmark` action
|
||||
- name: Store benchmark result
|
||||
uses: benchmark-action/github-action-benchmark@v1.21.0
|
||||
uses: benchmark-action/github-action-benchmark@v1.22.0
|
||||
with:
|
||||
# What benchmark tool the output.txt came from
|
||||
tool: 'customBiggerIsBetter'
|
||||
|
||||
@@ -254,7 +254,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.21.0
|
||||
uses: benchmark-action/github-action-benchmark@v1.22.0
|
||||
with:
|
||||
# What benchmark tool the output.txt came from
|
||||
tool: 'customBiggerIsBetter'
|
||||
@@ -519,7 +519,7 @@ jobs:
|
||||
key: ${{ runner.os }}-gen1-benchmark-stateless-cluster-redis
|
||||
# Run `github-action-benchmark` action
|
||||
- name: Store benchmark result
|
||||
uses: benchmark-action/github-action-benchmark@v1.21.0
|
||||
uses: benchmark-action/github-action-benchmark@v1.22.0
|
||||
with:
|
||||
# What benchmark tool the output.txt came from
|
||||
tool: 'customBiggerIsBetter'
|
||||
|
||||
Reference in New Issue
Block a user