Skip to content

Bump actions/checkout from 5.0.0 to 5.0.1 in the actions group (#34) #63

Bump actions/checkout from 5.0.0 to 5.0.1 in the actions group (#34)

Bump actions/checkout from 5.0.0 to 5.0.1 in the actions group (#34) #63

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:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: ./
- run: chainctl version