Skip to content

chore(deps): bump actions/checkout from 4.2.2 to 7.0.1 #15

chore(deps): bump actions/checkout from 4.2.2 to 7.0.1

chore(deps): bump actions/checkout from 4.2.2 to 7.0.1 #15

Workflow file for this run

name: Validate plugin
# Transient "Failed to resolve action download info / Service Unavailable" is a
# GitHub Actions marketplace outage — re-run via Actions → Re-run, or workflow_dispatch.
on:
push:
branches: [main, master]
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: validate-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Verify Node (runner image)
run: |
node --version
node scripts/ci-validate.mjs