Skip to content

build(deps): Bump actions/checkout from 3.6.0 to 4.1.0 (#15) #31

build(deps): Bump actions/checkout from 3.6.0 to 4.1.0 (#15)

build(deps): Bump actions/checkout from 3.6.0 to 4.1.0 (#15) #31

Workflow file for this run

name: 'Setup Guance'
on:
push:
branches:
- main
pull_request:
defaults:
run:
shell: bash
jobs:
run-setup-guance-cli:
name: 'Guance CLI Run'
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Guance
uses: ./
with:
version: 0.0.2
- name: Print Guance Version
shell: bash
run: guance version