Skip to content

Releases: Lombiq/GitHub-Actions

v1.2.0

05 Jun 14:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

20 May 14:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0...v1.1.0

v1.0

21 Mar 18:10
Compare
Choose a tag to compare

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

Read more