Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ing-Dom committed Jan 14, 2024
1 parent 05a3689 commit 7c41946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platform-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
# example: [path/to/test/file.c, examples/file.ino, path/to/test/directory]

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v5.0.0
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7c41946

Please sign in to comment.