Skip to content

Commit

Permalink
Merge pull request #2297 from serde-rs/output
Browse files Browse the repository at this point in the history
Switch from set-output to $GITHUB_OUTPUT
  • Loading branch information
dtolnay committed Oct 13, 2022
2 parents f803b29 + 07696c1 commit 55cf0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 55cf0ac

Please sign in to comment.