Skip to content

chore(deps): update actions/checkout action to v5 #2882

chore(deps): update actions/checkout action to v5

chore(deps): update actions/checkout action to v5 #2882

Workflow file for this run

name: Tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: yarn
- run: yarn test