Skip to content

Commit 79d4a17

Browse files
committed
Attempt to fix the github workflow
1 parent 470283a commit 79d4a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Retrieve ccache cache (Windows)
129129
if: runner.os == 'Windows' && inputs.build_type == 'Debug'
130-
uses: actions/cache@v3.0.2
130+
uses: actions/cache@v4.2.3
131131
with:
132132
path: '${{ github.workspace }}\.ccache'
133133
key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}

0 commit comments

Comments
 (0)