mbox series

[0/2] GitHub Actions configuration fixes

Message ID 20221012162942.2965188-1-david.marchand@redhat.com (mailing list archive)
Headers
Series GitHub Actions configuration fixes |

Message

David Marchand Oct. 12, 2022, 4:29 p.m. UTC
  GitHub Actions started to deprecated some part of the workflow syntax
and dependencies of some core actions.

This series (mostly) fix those warnings.
For reviewers/testers, this is still moving: I got new warnings while
I was testing the first patch...
  

Comments

David Marchand Nov. 14, 2022, 10:44 a.m. UTC | #1
On Wed, Oct 12, 2022 at 6:30 PM David Marchand
<david.marchand@redhat.com> wrote:
>
> GitHub Actions started to deprecated some part of the workflow syntax
> and dependencies of some core actions.
>
> This series (mostly) fix those warnings.
> For reviewers/testers, this is still moving: I got new warnings while
> I was testing the first patch...

In the end, the series is good to go as is.

Unless someone objects quickly, I'll apply the two patches, and mark
them as stable material (since we don't know when GHA will make those
warnings into errors..).
  
David Marchand Nov. 14, 2022, 8:53 p.m. UTC | #2
On Mon, Nov 14, 2022 at 11:44 AM David Marchand
<david.marchand@redhat.com> wrote:
>
> On Wed, Oct 12, 2022 at 6:30 PM David Marchand
> <david.marchand@redhat.com> wrote:
> >
> > GitHub Actions started to deprecated some part of the workflow syntax
> > and dependencies of some core actions.
> >
> > This series (mostly) fix those warnings.
> > For reviewers/testers, this is still moving: I got new warnings while
> > I was testing the first patch...
>
> In the end, the series is good to go as is.

Series applied.