Skip to content

build(dependency): ⬆️ bump cryptography from 41.0.5 to 42.0.1 #796

build(dependency): ⬆️ bump cryptography from 41.0.5 to 42.0.1

build(dependency): ⬆️ bump cryptography from 41.0.5 to 42.0.1 #796

Workflow file for this run

# SPDX-FileCopyrightText: © 2023 Romain Brault <mail@romainbrault.com>
#
# SPDX-License-Identifier: MIT
name: "Pull Request Labeler"
on:
pull_request:
branches: ["main"]
jobs:
pr-triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@4.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true