From c4d6fd55b6fa63f9248552f86bd6fe4e1453d143 Mon Sep 17 00:00:00 2001 From: zhouyun1 Date: Sun, 18 Feb 2024 11:42:26 +0800 Subject: [PATCH] chore: update action config --- .github/workflows/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 988e2240e..15ba4df71 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Get current date id: date - run: echo "::set-output name=today::$(date +'%Y-%m-%d')" + run: echo "today=$(date+'%Y-%m-%d')" >> $GITHUB_OUTPUT - name: Checkout Repo uses: actions/checkout@v4