From 8186db511ab86cec08c6562a3e696941107e2970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 22:57:36 +0000 Subject: [PATCH] Bump actions/checkout from 4.0.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/zoo_django_actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zoo_django_actions.yml b/.github/workflows/zoo_django_actions.yml index 0cdfb1c..d2c1765 100644 --- a/.github/workflows/zoo_django_actions.yml +++ b/.github/workflows/zoo_django_actions.yml @@ -40,7 +40,7 @@ jobs: steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.7.0 with: @@ -101,7 +101,7 @@ jobs: ALLOWED_HOSTS: localhost GITHUB_WORKFLOW: True MODE: workflow - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Build the images and start the containers run: | export GITHUB_WORKFLOW=True