Skip to content

chore(deps): bump ietf-tools/semver-action from 1.5.2 to 1.6.0 #96

chore(deps): bump ietf-tools/semver-action from 1.5.2 to 1.6.0

chore(deps): bump ietf-tools/semver-action from 1.5.2 to 1.6.0 #96

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Weston Schmidt <[email protected]>
# SPDX-License-Identifier: Apache-2.0
---
name: 'CI Verification'
on:
push:
branches:
- main
paths:
- '.github/workflows/**'
- 'testing/**'
tags:
- 'v*'
pull_request:
workflow_dispatch:
permissions:
contents: write
jobs:
ci:
uses: ./.github/workflows/ci.yml
with:
working-directory: testing
secrets: inherit