From a2a54b9833a31e1c44db99159ae59c8280b9e2cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 18:26:58 +0200 Subject: [PATCH] chore(deps): bump excitedleigh/setup-nox from 2.0.0 to 2.1.0 (#1110) Bumps [excitedleigh/setup-nox](https://github.com/excitedleigh/setup-nox) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/excitedleigh/setup-nox/releases) - [Commits](https://github.com/excitedleigh/setup-nox/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: excitedleigh/setup-nox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index f9516e67..26021be9 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: excitedleigh/setup-nox@v2.0.0 + - uses: excitedleigh/setup-nox@v2.1.0 - name: "Run update: dependencies" run: nox --force-color -s update_constraints