workflow: rename all .yml files to .yaml
The original `go.yml` got added via some GH automation. But we are not MSDOS and we can affort more than 3 chars for a file extension - so this commit renames all .yml to .yaml which is what we use everywhere else.
This commit is contained in:
parent
058e3d6832
commit
f631a16976
3 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
uses: ./.github/workflows/testdeps.yml
|
uses: ./.github/workflows/testdeps.yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
@ -9,7 +9,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
uses: ./.github/workflows/testdeps.yml
|
uses: ./.github/workflows/testdeps.yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue