We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04b255 commit 7adf854Copy full SHA for 7adf854
.github/workflows/update_data.yml
@@ -23,16 +23,16 @@ jobs:
23
runs-on: [ubuntu-latest]
24
steps:
25
- name: Checkout sandialabs.github.io source
26
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
27
- name: Configure git
28
run: |
29
git config --global user.name "${TOKEN_USER}"
30
git config --global user.email "${TOKEN_USER}@users.noreply.github.com"
31
git config --global hub.protocol https
32
- name: Set up Python
33
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
34
with:
35
- python-version: 3.8
+ python-version: 3.9
36
- name: Install requirements
37
38
which python
0 commit comments