Skip to content

Commit bd2a11f

Browse files
authored
Merge pull request #19 from glevyhas/master
Update action.yml to use actions running on Node 20 instead of Node 16
2 parents 6db4fd4 + 8a64aac commit bd2a11f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ runs:
3232
using: "composite"
3333
steps:
3434
- name: Checkout repo
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v4
3636
with:
3737
path: repo
3838
- name: Install Python
39-
uses: actions/setup-python@v2
39+
uses: actions/setup-python@v5
4040
with:
4141
python-version: '3.x'
4242
- name: Install dependencies

0 commit comments

Comments
 (0)