diff --git a/.github/workflows/zoo_django_actions.yml b/.github/workflows/zoo_django_actions.yml index 6e03198..3303727 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.2.1 + - uses: actions/checkout@v4.2.2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.3.0 with: @@ -101,7 +101,7 @@ jobs: ALLOWED_HOSTS: localhost GITHUB_WORKFLOW: True MODE: workflow - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: Build the images and start the containers run: | export GITHUB_WORKFLOW=True