From 2324b4d80e7dfb0521b74383b28d3bf4d5ec4a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 22:15:00 +0000 Subject: [PATCH] chore(deps): bump excitedleigh/setup-nox from 2.0.0 to 2.1.0 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] --- .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 6bb9a0ddc..be2fa61df 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