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 73f42c4 commit 70b390fCopy full SHA for 70b390f
.github/workflows/dev.yml
@@ -405,7 +405,7 @@ jobs:
405
406
- name: Get time for cache
407
id: cache_time
408
- run: echo "::set-output name=time::$(date +%F-%T)"
+ run: echo "time=$(date +%F-%T)" >> ${$GITHUB_OUTPUT}
409
410
- name: Set up cache
411
uses: actions/cache@master
.github/workflows/stable.yml
@@ -260,7 +260,7 @@ jobs:
260
261
262
263
264
265
266
0 commit comments