Skip to content

v1.7.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 11:50
· 14 commits to main since this release
  • Support ubuntu-24.04 runner label, which was recently introduced as beta. (#425, thanks @bitcoin-tools)
  • Remove the support for macos-10 runner label which was officially dropped about 2 years ago.
  • Remove the support for windows-2016 runner label which was officially dropped about 2 years ago.
  • Document URLs used in help output and links in the playground prefer specific version tag rather than main branch. For example,
  • Fix actionlint wrongly reports an error when using ghcr.io or docker.io at image field of action metadata file of Docker action without docker:// scheme. (#428)
    runs:
      using: 'docker'
      # This should be OK
      image: 'ghcr.io/user/repo:latest'
  • Fix checking preactjs/compressed-size-action@v2 usage caused a false positive. (#422)
  • Fix an error message when invalid escaping is found in globs.
  • The design of the playground page is overhauled following the upgrade of bulma package to v1.
    • Current actionlint version is shown in the heading.
    • The color theme is changed to the official dark theme.
    • The list of useful links is added to the bottom of the page as 'Resources' section.