Skip to content

Update actions/checkout action to v4 #1

Update actions/checkout action to v4

Update actions/checkout action to v4 #1

Workflow file for this run

name: DummyCheck
on:
pull_request:
branches: [ main ]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/checkout@v4