Skip to content

Commit f7072c8

Browse files
authored
Update workflow to remove node 12 deprecation warnings in CI (#280)
1 parent 85de58f commit f7072c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/webviz-core-components.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
steps:
2525
- name: 📖 Checkout commit locally
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727

2828
- name: 🐍 Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v2
29+
uses: actions/setup-python@v4
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

0 commit comments

Comments
 (0)