From 118310f54943f27991ceef15d0e9e63e13a3d31b Mon Sep 17 00:00:00 2001 From: meanderfox Date: Fri, 16 Aug 2024 02:21:54 -0400 Subject: [PATCH] update actions version (#325) Co-authored-by: Rechner Fox <659028+rechner@users.noreply.github.com> --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index b3878374..fb1b58be 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install Dependencies