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:
Michael Vogt 2024-12-19 10:40:42 +01:00 committed by Ondřej Budai
parent 058e3d6832
commit f631a16976
3 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
uses: ./.github/workflows/testdeps.yml
uses: ./.github/workflows/testdeps.yaml
steps:
- uses: actions/checkout@v4

View file

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
uses: ./.github/workflows/testdeps.yml
uses: ./.github/workflows/testdeps.yaml
steps:
- uses: actions/checkout@v4