Skip to content

Commit

Permalink
Bump radcortez/project-metadata-action
Browse files Browse the repository at this point in the history
Bumps [radcortez/project-metadata-action](https://github.com/radcortez/project-metadata-action) from 243817f1e0f2b4df4e012fc17efc45cff166425d to 203f7ffba8db2669b2c9b4d4c2e90b186c588fa5.
- [Release notes](https://github.com/radcortez/project-metadata-action/releases)
- [Commits](radcortez/project-metadata-action@243817f...203f7ff)

---
updated-dependencies:
- dependency-name: radcortez/project-metadata-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent d2122a6 commit 9251372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Retrieve Project Metadata
uses: radcortez/project-metadata-action@243817f1e0f2b4df4e012fc17efc45cff166425d
uses: radcortez/project-metadata-action@203f7ffba8db2669b2c9b4d4c2e90b186c588fa5
id: metadata
with:
metadata-file-path: '.github/project.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
token: ${{secrets.BF2ROBOT_TOKEN}}

- name: Retrieve Project Metadata
uses: radcortez/project-metadata-action@243817f1e0f2b4df4e012fc17efc45cff166425d
uses: radcortez/project-metadata-action@203f7ffba8db2669b2c9b4d4c2e90b186c588fa5
id: metadata
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 9251372

Please sign in to comment.