From 0d02aa1f902d1eca91253587f9de7af0c0e9af6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 22:22:37 +0000 Subject: [PATCH] Bump actions/setup-python from 2.2.2 to 3.1.2 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 3.1.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v3.1.2) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/setup.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index f786c8170..e7d5bcedc 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -13,7 +13,7 @@ jobs: path: ~/.cache/pip key: ${{ runner.os }}-pip-setup-${{ hashFiles('**/requirements*.txt') }} - name: Setup Python - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v3.1.2 with: python-version: 3.8 - name: Install Gammu @@ -48,7 +48,7 @@ jobs: path: ~/.cache/pip key: ${{ runner.os }}-pip-setup-${{ hashFiles('**/requirements*.txt') }} - name: Setup Python - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v3.1.2 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79b75f313..8ff0ddc3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/requirements*.txt') }} - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v3.1.2 with: python-version: ${{ matrix.python-version }} - name: Install gammu