Files
openproject/.github
Christophe Bliard a99bcbb50e Fix deprecated set-output and save-state commands
See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
for more details.

As actions/cache@v2 was using deprecated `save-state` command, its usage
has been updated to use v3. For good measure, other actions have also
been upgraded to their latest version.
2023-01-23 08:31:10 +01:00
..