This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
JSD
/
TinyGSM_Senseright
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Dependabot, update actions
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
dependabot/github_actions/actions/checkout-4
Sara Damiano
2 years ago
parent
3356c1d5c7
commit
80d25de1c7
2 changed files
with
13 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
.github/dependabot.yml
+3
-1
.github/workflows/build_examples_platformio.yaml
+ 10
- 0
.github/dependabot.yml
View File
@ -0,0 +1,10 @@
version
:
2
updates:
-
package-ecosystem
:
'github-actions'
directory
:
'/'
schedule:
interval
:
'daily'
labels:
-
'CI/CD'
commit-message:
prefix
:
ci
+ 3
- 1
.github/workflows/build_examples_platformio.yaml
View File
@ -54,7 +54,9 @@ jobs:
fi
-
name
:
Set up Python
uses
:
actions/setup-python@v2
uses
:
actions/setup-python@v4
with:
python-version
:
'3.x'
# This should be pulled from cache, if there's not a new version
-
name
:
Install PlatformIO
Write
Preview
Loading…
Cancel
Save