Skip to content

Commit 55cf0ac

Browse files
authored
Merge pull request #2297 from serde-rs/output
Switch from set-output to $GITHUB_OUTPUT
2 parents f803b29 + 07696c1 commit 55cf0ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- uses: dtolnay/rust-toolchain@1.13.0
8080
- name: Get timestamp for cache
8181
id: date
82-
run: echo ::set-output name=yearmo::$(date +%Y%m)
82+
run: echo yearmo=$(date +%Y%m) >> $GITHUB_OUTPUT
8383
- uses: actions/cache@v1
8484
with:
8585
path: ~/.cargo/registry/index

0 commit comments

Comments
 (0)