From 3165776904c159d106bbe9c1f0c7153fab7547bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 07:02:27 +0000 Subject: [PATCH] ci: bump actions/setup-python from v2.1.2 to v2.1.3 Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/actions/setup-python/releases) Signed-off-by: dependabot[bot] --- .changelog/3349.internal.md | 1 + .github/workflows/ci-lint.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .changelog/3349.internal.md diff --git a/.changelog/3349.internal.md b/.changelog/3349.internal.md new file mode 100644 index 00000000000..808eed17eae --- /dev/null +++ b/.changelog/3349.internal.md @@ -0,0 +1 @@ +ci: bump actions/setup-python from v2.1.2 to v2.1.3 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 58456686078..a6472e59428 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -32,7 +32,7 @@ jobs: # Fetch all history so gitlint can check the relevant commits. fetch-depth: '0' - name: Set up Python 3 - uses: actions/setup-python@v2.1.2 + uses: actions/setup-python@v2.1.3 with: python-version: '3.x' - name: Set up Node.js 12