mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 23:01:01 +00:00
Switch from set-output to $GITHUB_OUTPUT
This commit is contained in:
@@ -79,7 +79,7 @@ jobs:
|
|||||||
- uses: dtolnay/rust-toolchain@1.13.0
|
- uses: dtolnay/rust-toolchain@1.13.0
|
||||||
- name: Get timestamp for cache
|
- name: Get timestamp for cache
|
||||||
id: date
|
id: date
|
||||||
run: echo ::set-output name=yearmo::$(date +%Y%m)
|
run: echo yearmo=$(date +%Y%m) >> $GITHUB_OUTPUT
|
||||||
- uses: actions/cache@v1
|
- uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: ~/.cargo/registry/index
|
path: ~/.cargo/registry/index
|
||||||
|
|||||||
Reference in New Issue
Block a user