From 1704445923f5c78b5e66a58ccfbc129ec494a082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 18:46:01 +0000 Subject: [PATCH] Bump actions/setup-python from 1 to 3 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/weekly_bashbeautify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly_bashbeautify.yaml b/.github/workflows/weekly_bashbeautify.yaml index f11bf8a62..ec59a727f 100644 --- a/.github/workflows/weekly_bashbeautify.yaml +++ b/.github/workflows/weekly_bashbeautify.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} - - uses: actions/setup-python@v1 + - uses: actions/setup-python@v3 - name: "Install beautify" uses: BSFishy/pip-action@v1 with: