ci(github-actions): use project-metadata-action@main instead of master
This commit is contained in:
parent
a0006d4455
commit
2844cff58a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Retrieve project metadata
|
- name: Retrieve project metadata
|
||||||
uses: https://github.com/radcortez/project-metadata-action@master
|
uses: https://github.com/radcortez/project-metadata-action@main
|
||||||
id: metadata
|
id: metadata
|
||||||
with:
|
with:
|
||||||
metadata-file-path: '.github/project.yaml'
|
metadata-file-path: '.github/project.yaml'
|
||||||
|
|
2
.github/workflows/validate-versions.yaml
vendored
2
.github/workflows/validate-versions.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Retrieve project metadata
|
- name: Retrieve project metadata
|
||||||
uses: https://github.com/radcortez/project-metadata-action@master
|
uses: https://github.com/radcortez/project-metadata-action@main
|
||||||
id: metadata
|
id: metadata
|
||||||
with:
|
with:
|
||||||
metadata-file-path: '.github/project.yaml'
|
metadata-file-path: '.github/project.yaml'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue