diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-12-14 18:34:10 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-12-14 18:34:10 -0500 |
| commit | 44b1d77d5565925d47c312222ac73e9acd891129 (patch) | |
| tree | 5c465de668e15bac133c1fa8613412077535f3b9 /.github | |
| parent | b10eaf284034de9151c4b9e0a329ff115a2dd4da (diff) | |
use Python 3.10 for CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/static.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 5b4e0a7b..a2c711b2 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -15,11 +15,11 @@ jobs: submodules: true - uses: actions/setup-node@v2 with: - cache: 'npm' + cache: npm - uses: actions/setup-python@v2 with: - python-version: '3.9' - cache: 'pip' + python-version: '3.10' + cache: pip - name: Cache validator id: validator-cache |
