From 9ab7670f54835ab9eb609c556e6c0cb4550e94e1 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 9 Aug 2022 00:09:48 -0400 Subject: [PATCH] ci: use official nox action --- .github/workflows/update-dependencies.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 208b36c4..12bb2fe3 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + + - uses: wntrblm/nox@2022.8.7 with: - python-version: "3.11-dev" - - uses: excitedleigh/setup-nox@v2.1.0 + python-versions: "3.6, 3.7, 3.8, 3.9, 3.10, 3.11-dev" - name: "Run update: dependencies" run: nox --force-color -s update_constraints