Skip to content

Commit 82b59b8

Browse files
1 parent 4e55cbe commit 82b59b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Get Date
2121
id: get-date
2222
run: |
23-
echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
23+
echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
2424
- name: Cache ccache
2525
uses: actions/cache@v3
2626
with:

0 commit comments

Comments
 (0)