Skip to content

Bump actions/checkout from 3 to 4 #1727

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #1727

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0 OR MIT
#
# SPDX-FileCopyrightText: Copyright 2022 Micron Technology, Inc.
name: checkoss
on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
permissions: {}
jobs:
checkoss:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: checkoss
run: |
scripts/dev/checkoss.sh