Skip to content

Bump quinn-proto from 0.11.13 to 0.11.14 in the cargo group across 1 directory #190

Bump quinn-proto from 0.11.13 to 0.11.14 in the cargo group across 1 directory

Bump quinn-proto from 0.11.13 to 0.11.14 in the cargo group across 1 directory #190

Workflow file for this run

# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.
# SPDX-License-Identifier: CC0-1.0
name: REUSE Compliance Check
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
# Cancel outdated runs on PRs, but let all develop commits complete.
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' }}
on:
push:
branches: [develop]
pull_request: { }
jobs:
reuse-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v6