Skip to content

chore(deps): update actions/checkout action to v4 #327

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #327

Workflow file for this run

name: build
on:
push:
jobs:
build:
name: update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: build
run: |
yarn