Skip to content

Commit 7adf854

Browse files
authored
Update action versions in update_data.yml
1 parent d04b255 commit 7adf854

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update_data.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
runs-on: [ubuntu-latest]
2424
steps:
2525
- name: Checkout sandialabs.github.io source
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727
- name: Configure git
2828
run: |
2929
git config --global user.name "${TOKEN_USER}"
3030
git config --global user.email "${TOKEN_USER}@users.noreply.github.com"
3131
git config --global hub.protocol https
3232
- name: Set up Python
33-
uses: actions/setup-python@v2
33+
uses: actions/setup-python@v5
3434
with:
35-
python-version: 3.8
35+
python-version: 3.9
3636
- name: Install requirements
3737
run: |
3838
which python

0 commit comments

Comments
 (0)