From 9257a006b0cd5d2cbf9c76f1dd4d29e0ee8f5cdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 11:34:09 +0900 Subject: [PATCH] ci: bump actions/setup-python from 2.3.1 to 2.3.2 (#282) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/gh-pages.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed569178..13af5bc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v2.4.0 - name: Setup Python - uses: actions/setup-python@v2.3.1 + uses: actions/setup-python@v2.3.2 with: python-version: "3.8" @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v2.4.0 - name: Setup Python - uses: actions/setup-python@v2.3.1 + uses: actions/setup-python@v2.3.2 with: python-version: "3.8" diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2851e01a..56e37ed2 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2.4.0 - name: Setup Python - uses: actions/setup-python@v2.3.1 + uses: actions/setup-python@v2.3.2 with: python-version: "3.8"