Skip to content

Bump actions/checkout from 4.1.7 to 4.2.0 #464

Bump actions/checkout from 4.1.7 to 4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0 #464

Workflow file for this run

---
name: Branch Checks
on:
pull_request:
permissions: {}
jobs:
target_devel:
name: PR targets devel
runs-on: ubuntu-latest
steps:
- name: Check that the PR targets devel
if: ${{ github.base_ref != 'devel' }}
run: exit 1