From 07696c1674ff525467520fa1064a0441992b9f8f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 13 Oct 2022 09:38:56 -0700 Subject: [PATCH] Switch from set-output to $GITHUB_OUTPUT --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dda35926..c3462debf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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