From 5db3db46f4a18da2af69b346378c408f3508c34f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 10:11:39 +0000 Subject: [PATCH] Bump actions/setup-python from 2.2.2 to 4.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 4.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v4.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a633e10b..cac7b338 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 with: persist-credentials: false - - uses: actions/setup-python@v2.2.2 + - uses: actions/setup-python@v4.3.0 - run: pip install fonttools - uses: actions/setup-node@v2 - name: Reconfigure git to use HTTP authentication (actions/setup-node#214) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d6aa0f46..dabc0406 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 with: persist-credentials: false - - uses: actions/setup-python@v2.2.2 + - uses: actions/setup-python@v4.3.0 - run: pip install fonttools - uses: actions/setup-node@v2 - name: Reconfigure git to use HTTP authentication (actions/setup-node#214)