Merge pull request #2297 from serde-rs/output

Switch from set-output to $GITHUB_OUTPUT
This commit is contained in:
David Tolnay
2022-10-13 09:47:29 -07:00
committed by GitHub
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
- uses: dtolnay/rust-toolchain@1.13.0
- name: Get timestamp for cache
id: date
run: echo ::set-output name=yearmo::$(date +%Y%m)
run: echo yearmo=$(date +%Y%m) >> $GITHUB_OUTPUT
- uses: actions/cache@v1
with:
path: ~/.cargo/registry/index