From 6f1b3dc85a0485a376d6ee5eee92fe11f7a619a8 Mon Sep 17 00:00:00 2001 From: Bob's Programming Academy <97769721+BobsProgrammingAcademy@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:17:23 +0200 Subject: [PATCH] Updated GitHub Actions --- .github/workflows/django.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 98c3304..53010a8 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -13,10 +13,10 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python 3.9 uses: actions/setup-python@v4