We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d503f75 commit 77b8d94Copy full SHA for 77b8d94
.github/workflows/test.yaml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v5
23
24
- name: Cache
25
- uses: actions/cache@v4.2.4
+ uses: actions/cache@v4.3.0
26
timeout-minutes: 1
27
continue-on-error: true
28
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
0 commit comments