Skip to content

Commit

Permalink
Merge pull request #25 from luke-hdl/0-actions-cleanup-3
Browse files Browse the repository at this point in the history
Remove deprecated old version of actions so github stops yelling at m…
  • Loading branch information
luke-hdl committed Apr 17, 2024
2 parents 9519dab + 577e195 commit 4e2465a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_slapchop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: 3.12 #install the python needed
- name: checkout repo content
uses: actions/checkout@v2 # checkout the repository content to github runner.
uses: actions/checkout@v4.1.2 # checkout the repository content to github runner.
- name: execute test script # run file
run: |
python src/test_all.py

0 comments on commit 4e2465a

Please sign in to comment.