summaryrefslogtreecommitdiff
path: root/.github/workflows/benchmark.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/benchmark.yml')
-rw-r--r--.github/workflows/benchmark.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 0d5ec23550..4c35cd7ae0 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Benchmark Repo
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
repository: django/django-asv
path: "."
@@ -25,7 +25,7 @@ jobs:
- name: Install Requirements
run: pip install -r requirements.txt
- name: Cache Django
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: Django/*
key: Django