Skip to content

build(deps): bump actions/checkout from 3 to 4 #12

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #12

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
ci-job:
name: CI
strategy:
matrix:
os: [ubuntu-latest]
node-version: ["20.x"]
fail-fast: true
permissions:
contents: read
pull-requests: write
uses: ./.github/workflows/ci-job.yml
with:
os: ${{ matrix.os }}
node-version: ${{ matrix.node-version }}
github-event-name: ${{ github.event_name }}
secrets: inherit