Spaces:
Runtime error
Runtime error
dependabot[bot]
commited on
Commit
•
c324c74
1
Parent(s):
6362d0f
build(deps): bump wow-actions/contributors-list from 1.1.0 to 1.2.0
Browse filesBumps [wow-actions/contributors-list](https://github.com/wow-actions/contributors-list) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/wow-actions/contributors-list/releases)
- [Changelog](https://github.com/wow-actions/contributors-list/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wow-actions/contributors-list/compare/b9e91f91a51a55460fdcae64daad0cb8122cdd53...242b53835016268d20e79eeff6f42193c02be8c8)
---
updated-dependencies:
- dependency-name: wow-actions/contributors-list
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/contributors.yml
CHANGED
@@ -23,7 +23,7 @@ jobs:
|
|
23 |
ref: ${{ github.event.repository.default_branch }}
|
24 |
|
25 |
- name: Update contributors list
|
26 |
-
uses: wow-actions/contributors-list@
|
27 |
with:
|
28 |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
29 |
svgPath: images/contributors_list.svg
|
|
|
23 |
ref: ${{ github.event.repository.default_branch }}
|
24 |
|
25 |
- name: Update contributors list
|
26 |
+
uses: wow-actions/contributors-list@242b53835016268d20e79eeff6f42193c02be8c8 # v1.2.0
|
27 |
with:
|
28 |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
29 |
svgPath: images/contributors_list.svg
|