Skip to content

Commit

Permalink
Move actions/checkout@v3 to avoid node warning
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloRoque committed Aug 5, 2024
1 parent 1bd75e9 commit d2aa0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/uml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit d2aa0de

Please sign in to comment.