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.
2 parents f803b29 + 07696c1 commit 55cf0acCopy full SHA for 55cf0ac
1 file changed
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
- uses: dtolnay/rust-toolchain@1.13.0
80
- name: Get timestamp for cache
81
id: date
82
- run: echo ::set-output name=yearmo::$(date +%Y%m)
+ run: echo yearmo=$(date +%Y%m) >> $GITHUB_OUTPUT
83
- uses: actions/cache@v1
84
with:
85
path: ~/.cargo/registry/index
0 commit comments