• Show log

    Commit

  • Hash : bdb343e1
    Author : fanquake
    Date : 2023-05-04T09:49:28

    ci: use newer actions/x versions for master jobs
    
    Now that the jobs are running again, a number of deprecation warnings
    have surfaced
    https://github.com/libevent/libevent/actions/runs/4876367881:
    ```bash
    Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2.0.0.
    ```
    
    Looks like the most straightforward thing todo here is just use the
    newer version of the checkout action.
    
    Also move to the v1 tag for the coveralls job, rather than a pinned,
    much older version (the latest release is 1.2.5, https://github.com/coverallsapp/github-action/releases).
    
    Same again for actions/cache.