Skip to content

Bump actions/checkout from 4.2.0 to 4.2.1 in the actions group #25

Bump actions/checkout from 4.2.0 to 4.2.1 in the actions group

Bump actions/checkout from 4.2.0 to 4.2.1 in the actions group #25

Workflow file for this run

name: Test
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
test:
name: Basic Test
defaults:
run:
shell: bash
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: ./
- run: chainctl version