Skip to content

chore(deps): bump ietf-tools/semver-action from 1.8.0 to 1.9.0 #234

chore(deps): bump ietf-tools/semver-action from 1.8.0 to 1.9.0

chore(deps): bump ietf-tools/semver-action from 1.8.0 to 1.9.0 #234

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