Skip to content

Commit d76cd66

Browse files
Update to setOutput
command deprecation
1 parent b46116d commit d76cd66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mavros_mission_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
shell: cmake -P {0}
4040
run: |
4141
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
42-
message("::set-output name=timestamp::${current_date}")
42+
message("::setOutput name=timestamp::${current_date}")
4343
- name: ccache cache files
4444
uses: actions/cache@v4
4545
with:

0 commit comments

Comments
 (0)