Update to 3.10.3
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-tags: true
|
||||
fetch-depth: 0 # Ensure all commits and tags are fetched
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
curl -L -o project.zip "https://github.com/${{ github.repository }}/archive/refs/tags/$TAG_NAME.zip"
|
||||
|
||||
# - name: Cache PlatformIO
|
||||
# uses: actions/cache@v4
|
||||
# uses: actions/cache@v5
|
||||
# with:
|
||||
# key: ${{ runner.os }}-pio
|
||||
# path: |
|
||||
|
||||
Reference in New Issue
Block a user