CI: fix set-output deprecation warning

This commit is contained in:
Julian Oes
2026-02-12 08:47:06 +13:00
parent f751974b41
commit caf9feba73

View File

@@ -42,7 +42,7 @@ jobs:
shell: cmake -P {0}
run: |
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
message("::set-output name=timestamp::${current_date}")
file(APPEND "$ENV{GITHUB_OUTPUT}" "timestamp=${current_date}\n")
- name: ccache cache files
uses: actions/cache@v4
with: