Skip to content

🚀 pip: bump idna from 3.7 to 3.8 #626

🚀 pip: bump idna from 3.7 to 3.8

🚀 pip: bump idna from 3.7 to 3.8 #626

Workflow file for this run

---
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: CC0-1.0
name: REUSE Compliance Check
# yamllint disable
on:
# yamllint enable
push:
branches:
- main
- develop
pull_request:
# The branches below must be a subset of the branches above
branches: ["main"]
permissions:
contents: read
jobs:
ReuseCheck:
runs-on: ubuntu-latest
steps:
- name: "🧰 Checkout"
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v3