We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9229576 commit b9f4b90Copy full SHA for b9f4b90
1 file changed
.github/workflows/build-charters.yml
@@ -1,4 +1,4 @@
1
-name: Update Overview Deck
+name: Update Charters
2
on:
3
workflow_dispatch:
4
schedule:
@@ -13,7 +13,7 @@ jobs:
13
with:
14
persist-credentials: true
15
- name: Set up Python
16
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+ uses: actions/setup-python@v6
17
18
python-version: '3.x'
19
pip-install: -r requirements-build-charters.txt
0 commit comments