Skip to content

Commit d8bd354

Browse files
authored
Merge pull request #386 from EnviroDIY/dependabot/github_actions/actions/checkout-2.4.0
ci: bump actions/checkout from 2.3.4 to 2.4.0
2 parents def2a9f + 67fdd89 commit d8bd354

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/build_documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
# check out the ModularSensors repo
25-
- uses: actions/checkout@v2.3.4
25+
- uses: actions/checkout@v2.4.0
2626
with:
2727
path: code_docs/ModularSensors
2828

@@ -78,7 +78,7 @@ jobs:
7878

7979
# check out my fork of m.css, for processing Doxygen output
8080
- name: Checkout m.css
81-
uses: actions/checkout@v2.3.4
81+
uses: actions/checkout@v2.4.0
8282
with:
8383
# Repository name with owner. For example, actions/checkout
8484
repository: SRGDamia1/m.css

.github/workflows/build_examples_arduino_cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
]
3636

3737
steps:
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v2.4.0
3939

4040
- name: Set environment variable for library installation source
4141
run: |

.github/workflows/build_examples_platformio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pio_environment: [mayfly, mega, arduino_zero, adafruit_feather_m0, autonomo]
2828

2929
steps:
30-
- uses: actions/checkout@v2.3.4
30+
- uses: actions/checkout@v2.4.0
3131

3232
- name: Set environment variable for library installation source
3333
run: |

.github/workflows/build_menu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
sensorFlag: NO_SENSORS
183183
publisherFlag: BUILD_PUB_THINGSPEAK
184184
steps:
185-
- uses: actions/checkout@v2.3.4
185+
- uses: actions/checkout@v2.4.0
186186

187187
- name: Set environment variable for library installation source
188188
run: |

.github/workflows/changelog_reminder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Changelog Reminder
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2.3.4
8+
- uses: actions/checkout@v2.4.0
99
with:
1010
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
1111

.github/workflows/prepare_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v2.3.4
22+
uses: actions/checkout@v2.4.0
2323

2424
- name: Set environment variable for current library version
2525
run: |

.github/workflows/verify_library_json.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: "!contains(github.event.head_commit.message, 'ci skip')"
1010

1111
steps:
12-
- uses: actions/checkout@v2.3.4
12+
- uses: actions/checkout@v2.4.0
1313

1414
- name: Set up Python
1515
uses: actions/setup-python@v2.2.2

0 commit comments

Comments
 (0)