Skip to content

Commit b9f4b90

Browse files
authored
Rename workflow from 'Update Overview Deck' to 'Update Charters'
Signed-off-by: John Mertic <[email protected]>
1 parent 9229576 commit b9f4b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-charters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update Overview Deck
1+
name: Update Charters
22
on:
33
workflow_dispatch:
44
schedule:
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
persist-credentials: true
1515
- name: Set up Python
16-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: '3.x'
1919
pip-install: -r requirements-build-charters.txt

0 commit comments

Comments
 (0)