Skip to content

Bump actions/checkout from 4.1.5 to 4.1.6 #906

Bump actions/checkout from 4.1.5 to 4.1.6

Bump actions/checkout from 4.1.5 to 4.1.6 #906

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
- release/*
permissions:
contents: read
pull-requests: write
jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yml
label:
name: Label
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Apply labels
uses: actions/labeler@v5.0.0