diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 37ff2fd..3043398 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Retrieve project metadata - uses: https://github.com/radcortez/project-metadata-action@master + uses: https://github.com/radcortez/project-metadata-action@main id: metadata with: metadata-file-path: '.github/project.yaml' diff --git a/.github/workflows/validate-versions.yaml b/.github/workflows/validate-versions.yaml index a44b4c3..7828cbe 100644 --- a/.github/workflows/validate-versions.yaml +++ b/.github/workflows/validate-versions.yaml @@ -14,7 +14,7 @@ jobs: uses: https://github.com/actions/checkout@v4 - name: Retrieve project metadata - uses: https://github.com/radcortez/project-metadata-action@master + uses: https://github.com/radcortez/project-metadata-action@main id: metadata with: metadata-file-path: '.github/project.yaml'