Skip to content

Bump actions/checkout from 4.1.7 to 4.2.0 #196

Bump actions/checkout from 4.1.7 to 4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0 #196

Workflow file for this run

---
name: Bash CI
on:
pull_request:
push:
branches:
- main
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2028