Skip to content

Commit f8d77cf

Browse files
committed
Update file(s) "/.github" from "ZigRazor/CXXGraph"
1 parent 93c80c0 commit f8d77cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Build your program with the given configuration
4545
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j
4646
- name: Download previous benchmark data
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
with:
4949
path: ./cache
5050
key: ${{ runner.os }}-benchmark

.github/workflows/benchmark_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Build your program with the given configuration
4444
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j
4545
- name: Download previous benchmark data
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: ./cache
4949
key: ${{ runner.os }}-benchmark

0 commit comments

Comments
 (0)