summaryrefslogtreecommitdiff
path: root/json/.github
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-06-30 13:32:53 -0400
committerJulian Berman <Julian@GrayVines.com>2022-06-30 13:32:53 -0400
commit03965fdc0b7f39040afcb101ebe66736ddd46169 (patch)
treed29c3cb9d6d6c78315ab8c341e70d045c5ed758e /json/.github
parent12c793cf1f3c11d038b1c097d560871180976138 (diff)
parent09edc31951f508ce164b9e74e3cd1a13d1d3a9f0 (diff)
downloadjsonschema-03965fdc0b7f39040afcb101ebe66736ddd46169.tar.gz
Merge commit '09edc31951f508ce164b9e74e3cd1a13d1d3a9f0'
* commit '09edc31951f508ce164b9e74e3cd1a13d1d3a9f0': Squashed 'json/' changes from d3f5cd43..39d1d24d
Diffstat (limited to 'json/.github')
-rw-r--r--json/.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/json/.github/workflows/ci.yml b/json/.github/workflows/ci.yml
index 9fdb508..a826069 100644
--- a/json/.github/workflows/ci.yml
+++ b/json/.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
release:
types: [published]
schedule:
- # Daily at 6:42
+ # Daily at 6:42, arbitrarily as a time that's possibly non-busy
- cron: '42 6 * * *'
jobs:
@@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
- python-version: 3.7
+ python-version: '3.x'
- name: Install tox
run: python -m pip install tox
- name: Run the sanity checks