Skip to content

Commit

Permalink
Fix warning in GitHub actions about deprecated .yaml syntax (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek authored Jun 22, 2023
1 parent 3cfe2d3 commit aa57569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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}")
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit aa57569

Please sign in to comment.