Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Bump actions/checkout from 4 to 6 #22

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #22

name: PR label
permissions:
contents: read
on:
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
jobs:
semver-label-check:
name: Semantic version label check
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Check for Semantic Version label
uses: apple/swift-nio/.github/actions/pull_request_semver_label_checker@main