Skip to content

Commit

Permalink
Upgrade data action dependencies (#412)
Browse files Browse the repository at this point in the history
* Match build-deploy dependencies

* Remove notification to Stephen Abbot
  • Loading branch information
pdelboca authored Jan 14, 2025
1 parent 5f52d54 commit afb9f4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Overview

Please replace this line with full information about your pull request. Thanks!

---

Please preserve this line to notify @StephenAbbott
8 changes: 4 additions & 4 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
with:
ref: "master"

- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: "3.10"

- name: Set up Node.js 12
- name: Set up Node.js 16
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x

- name: Install python dependencies
run: |
Expand Down

0 comments on commit afb9f4f

Please sign in to comment.