Skip to content

Bump actions/checkout from 5.0.1 to 6.0.2 #328

Bump actions/checkout from 5.0.1 to 6.0.2

Bump actions/checkout from 5.0.1 to 6.0.2 #328

Workflow file for this run

name: "units-test"
on:
pull_request:
push:
branches:
- main
- 'releases/*'
permissions:
contents: read
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: npm ci
- run: npm test
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./