serokell / universum

:milky_way: Prelude written in @Serokell
MIT License
174 stars 26 forks source link

[Chore] Update GitHub actions #276

Closed Sereja313 closed 1 year ago

Sereja313 commented 1 year ago

Description

Update GitHub actions.

Related issues(s)

None

✓ Checklist for your Pull Request

Ideally a PR has all of the checkmarks set.

If something in this list is irrelevant to your PR, you should still set this checkmark indicating that you are sure it is dealt with (be that by irrelevance).

Related changes (conditional)

Stylistic guide (mandatory)

✓ Release Checklist

dcastro commented 1 year ago

xrefcheck-action is now fixed. I re-ran the xrefcheck step in universum and it's now passing :tada:

Btw, I'm seeing a few deprecation warnings here. Can you please look into this while we're here?

As far as I can tell, all we need to do is update the version of some github actions we're using. E.g. we're using actions/cache@v1, but the latest version seems to be v3.

Sereja313 commented 1 year ago

There are a few warnings left because haskell/actions has an old version of actions/core (https://github.com/haskell/actions/issues/123).