Skip to content

v1.2.0 🌈

Compare
Choose a tag to compare
@kamiazya kamiazya released this 05 Jan 14:34
· 103 commits to main since this release

Full Changelog: v1.1...v1.2.0

Add skip repository update flag

A flag to specify whether or not to update the package manager's repositories, allowing users to arbitrarily choose whether or not to update.

This fixes the following issues(#457).

- name: Setup Graphviz
  uses: ts-graphviz/setup-graphviz@v1
  with:
    # Skip to run apt update command on Ubuntu.
    ubuntu-skip-apt-update: 'true' # defalt false
    # Skip to run brew update command on macOS.
    macos-skip-brew-update: 'true' # defalt false

Special thanks for @jbms and @mvrueden