Skip to content

v1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 18:10
· 682 commits to dev since this release

Lombiq GitHub Actions v1 is here!

While we've developed Lombiq GitHub Actions for about two years now, this is our first release, because only now we can actually provide releases, see #325. So, from now on, you can reference releases instead of @dev like this:

name: Build and Test

on:
  pull_request:
  push:
    branches:
      - dev

jobs:
  build-and-test:
    name: Build and Test
    uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@v1.0
    with:
      timeout-minutes: 60

This allows you to stick to a version instead of using the always-latest code, and then consciously update to a new version if you think it's useful.

What's Changed

New Contributors

Full Changelog: https://github.com/Lombiq/GitHub-Actions/commits/v1.0