From 6054d31665b675b9a2d3f05905a85302d028ecc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 00:50:06 +0100 Subject: [PATCH] Bump install-pinned/pyupgrade (#5957) Bumps [install-pinned/pyupgrade](https://github.com/install-pinned/pyupgrade) from 28e8d2633f6f1a03d5b4709682ce155a66324e6a to af7d65f31bddb01097a24da6c8fb694441f51cba. - [Release notes](https://github.com/install-pinned/pyupgrade/releases) - [Commits](https://github.com/install-pinned/pyupgrade/compare/28e8d2633f6f1a03d5b4709682ce155a66324e6a...af7d65f31bddb01097a24da6c8fb694441f51cba) --- updated-dependencies: - dependency-name: install-pinned/pyupgrade dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 9d447cf59..a7fcf0b50 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: install-pinned/pyupgrade@28e8d2633f6f1a03d5b4709682ce155a66324e6a + - uses: install-pinned/pyupgrade@af7d65f31bddb01097a24da6c8fb694441f51cba - name: Run pyupgrade run: | shopt -s globstar