Skip to content

Bump actions/checkout from 4.1.4 to 4.1.5 in the all-dependencies group #1340

Bump actions/checkout from 4.1.4 to 4.1.5 in the all-dependencies group

Bump actions/checkout from 4.1.4 to 4.1.5 in the all-dependencies group #1340

Workflow file for this run

name: 'Check if build is ok'
on:
push:
jobs:
build:
name: 'Check if build is ok'
runs-on: ubuntu-latest
steps:
- name: check out
uses: actions/[email protected]
with:
fetch-depth: 1
- name: setup node
uses: actions/[email protected]
with:
node-version: 20
cache: 'npm'
- uses: actions/setup-go@v5
with:
go-version: '^1.20'
- run: |
npm install
make -j 2