diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-09-17 14:44:08 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-09-17 14:44:08 -0400 |
| commit | 74b1c6c7949dd7d9dcc675934068e67fbcdf774b (patch) | |
| tree | e548938d629ac015460f9d015a593bfee2206fbc /.github | |
| parent | 21ce11a0be32b3237112240e7c63f40126ce9a32 (diff) | |
update validatornu version for github workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/validate-static.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/validate-static.yml b/.github/workflows/validate-static.yml index cc495cfe..32a5035d 100644 --- a/.github/workflows/validate-static.yml +++ b/.github/workflows/validate-static.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest env: - VALIDATOR_VERSION: 20.3.16 + VALIDATOR_VERSION: 20.6.30 steps: - uses: actions/checkout@v2 |
