Skip to content

Bump actions/checkout from 4.1.4 to 4.1.5 #905

Bump actions/checkout from 4.1.4 to 4.1.5

Bump actions/checkout from 4.1.4 to 4.1.5 #905

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