Compare commits

...

Author SHA1 Message Date
  dependabot[bot] 5bedf74972
ci: bump actions/checkout from 3 to 4 1 year ago
1 changed files with 1 additions and 1 deletions
Split View
  1. +1
    -1
      .github/workflows/build_examples_platformio.yaml

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

@ -41,7 +41,7 @@ jobs:
]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set variables
run: |


Loading…
Cancel
Save