Skip to content

Upgrade test workflow deps #222

Upgrade test workflow deps

Upgrade test workflow deps #222

Triggered via pull request February 6, 2025 12:25
Status Success
Total duration 7m 45s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test
~R/.../ is deprecated, use ~r/.../ instead
test
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
test
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
test
0..-2 has a default step of -1, please write 0..-2//-1 instead
test
1..-1 has a default step of -1, please write 1..-1//-1 instead
test
1..-2 has a default step of -1, please write 1..-2//-1 instead
test
1..-2 has a default step of -1, please write 1..-2//-1 instead
test
1..-2 has a default step of -1, please write 1..-2//-1 instead
test
1..-2 has a default step of -1, please write 1..-2//-1 instead
test
1..-2 has a default step of -1, please write 1..-2//-1 instead
test
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention