Browse Source

Merge branch 'master' of https://github.com/vshymanskyy/TinyGSM into v_master

dependabot/github_actions/actions/checkout-4
Sara Damiano 1 year ago
parent
commit
ef1a7e08a1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/build_examples_platformio.yaml

+ 2
- 2
.github/workflows/build_examples_platformio.yaml View File

@ -41,7 +41,7 @@ jobs:
] ]
steps: steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set variables - name: Set variables
run: | run: |
@ -65,7 +65,7 @@ jobs:
pip install --upgrade platformio pip install --upgrade platformio
- name: Restore or Cache Platforms and Libraries - name: Restore or Cache Platforms and Libraries
uses: actions/cache@v2.1.5
uses: actions/cache@v3.3.1
id: cache_pio id: cache_pio
with: with:
path: ~/.platformio path: ~/.platformio


Loading…
Cancel
Save