Update main.yml

This commit is contained in:
Justin Bland 2024-05-29 11:03:15 +10:00 committed by GitHub
parent 64bacaf16d
commit f93ca4f48c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4 # Updated to a version compatible with Node.js 20
- name: Set up Python
uses: actions/setup-python@v4
@ -29,7 +29,7 @@ jobs:
pip install platformio
- name: Cache PlatformIO packages
uses: actions/cache@v3
uses: actions/cache@v4 # Updated to a version compatible with Node.js 20
with:
path: ~/.platformio
key: ${{ runner.os }}-platformio-${{ hashFiles('**/platformio.ini') }}