From 9ae22c42a4426dbf23123d31174c446997400749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 23:58:27 +0000 Subject: [PATCH] Bump actions/setup-python from 3 to 4 (#519) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/django-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django-test.yml b/.github/workflows/django-test.yml index 4e33090a..fd891012 100644 --- a/.github/workflows/django-test.yml +++ b/.github/workflows/django-test.yml @@ -28,7 +28,7 @@ jobs: - name: 'Checkout' uses: actions/checkout@v3 - name: 'Set up Python ${{ matrix.python-version }}' - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: 'Install Python Dependencies'