Skip to content

Commit

Permalink
Merge pull request #19 from glevyhas/master
Browse files Browse the repository at this point in the history
Update action.yml to use actions running on Node 20 instead of Node 16
  • Loading branch information
pdurbin authored Jul 18, 2024
2 parents 6db4fd4 + 8a64aac commit bd2a11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ runs:
using: "composite"
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: repo
- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit bd2a11f

Please sign in to comment.