1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Bumped checkout version in Github actions configuration.

This commit is contained in:
Mariusz Felisiak
2023-09-05 10:52:17 +02:00
committed by GitHub
parent 6c6606aa01
commit 4f0c0e6fa1
6 changed files with 14 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ jobs:
name: Windows, SQLite, Python ${{ matrix.python-version }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
@@ -45,7 +45,7 @@ jobs:
name: JavaScript tests
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with: