Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 2b25501

Browse files
author
Hendrik van Antwerpen
committed
Use correct action
1 parent fee2364 commit 2b25501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/perf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
#
5959
- name: "Cache base result"
6060
id: cache-base-result
61-
uses: actions/checkout@v3
61+
uses: actions/cache@v3
6262
with:
6363
path: ${{ env.BASE_MASSIF_OUT }}
6464
key: ${{ runner.os }}-${{ env.BASE_REPO }}@${{ env.BASE_SHA}}-${{ env.TEST_REPO }}@${{ env.TEST_REF }}/${{ env.TEST_SRC }}
@@ -88,7 +88,7 @@ jobs:
8888
#
8989
- name: "Cache head result"
9090
id: cache-head-result
91-
uses: actions/checkout@v3
91+
uses: actions/cache@v3
9292
with:
9393
path: ${{ env.HEAD_MASSIF_OUT }}
9494
key: ${{ runner.os }}-${{ env.HEAD_REPO }}@${{ env.HEAD_SHA}}-${{ env.TEST_REPO }}@${{ env.TEST_REF }}/${{ env.TEST_SRC }}

0 commit comments

Comments
 (0)