Skip to content

Commit 59fcb68

Browse files
Merge pull request #555 from OpenEVSE/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 74b4547 + b1708ea commit 59fcb68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v2
15+
- uses: actions/checkout@v3
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@v2
52+
- uses: actions/checkout@v3
5353

5454
- name: Retrieve the version number(s)
5555
run: |

0 commit comments

Comments
 (0)