Skip to content

Bump actions/checkout from 4.2.2 to 5.0.0 #209

Bump actions/checkout from 4.2.2 to 5.0.0

Bump actions/checkout from 4.2.2 to 5.0.0 #209

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-project:
name: Test Project
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Configure Project
uses: threeal/[email protected]
with:
options: GIT_CHECKOUT_ENABLE_TESTS=ON
run-build: false
- name: Test Project
uses: threeal/[email protected]