mirror of
https://github.com/ibiqlik/action-yamllint.git
synced 2024-11-23 18:19:33 +01:00
2576378a8e
* #32 use new output env file https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ * bump checkout version
13 lines
237 B
YAML
13 lines
237 B
YAML
name: Update Semver
|
|
on:
|
|
push:
|
|
branches-ignore:
|
|
- '**'
|
|
tags:
|
|
- 'v*.*.*'
|
|
jobs:
|
|
update-semver:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: haya14busa/action-update-semver@v1
|