Skip to content

Commit 883ccf5

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ab2855 commit 883ccf5

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
steps:
6565
- uses: ammaraskar/gcc-problem-matcher@master
6666

67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868

6969
- name: Checkout GUI
70-
uses: actions/checkout@v3
70+
uses: actions/checkout@v4
7171
with:
7272
repository: ${{ matrix.gui.repo }}
7373
path: ${{ matrix.gui.name }}

.github/workflows/divert_sim.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,47 +22,47 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
with:
2727
path: OpenEVSE_WiFi
2828

29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
with:
3131
repository: JeremyPoulter/MicroDebug
3232
path: MicroDebug
3333

34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
with:
3636
repository: JeremyPoulter/MicroTasks
3737
path: MicroTasks
3838

39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
with:
4141
repository: JeremyPoulter/StreamSpy
4242
path: StreamSpy
4343

44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545
with:
4646
repository: JeremyPoulter/ConfigJson
4747
path: ConfigJson
4848

49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@v4
5050
with:
5151
repository: bblanchon/ArduinoJson
5252
path: ArduinoJson
5353
ref: v6.20.1
5454

55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
with:
5757
repository: JeremyPoulter/OpenEVSE_Lib
5858
path: OpenEVSE_Lib
5959

60-
- uses: actions/checkout@v3
60+
- uses: actions/checkout@v4
6161
with:
6262
repository: JeremyPoulter/EpoxyDuino
6363
path: EpoxyDuino
6464

65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v4
6666
with:
6767
repository: JeremyPoulter/ESPAL
6868
path: ESPAL

.github/workflows/openapi_validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
# Check out the repository
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
# Run Spectral
1919
- uses: stoplightio/spectral-action@latest

.github/workflows/release_validation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Pre-built GUI Validation
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
submodules: recursive
1818

@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
### Check the version number in the code matches the tag number
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353

5454
- name: Set up Python
5555
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)