mirror of
https://github.com/django/django.git
synced 2026-02-09 02:49:25 +08:00
Bumped checkout version in Github actions configuration.
This commit is contained in:
committed by
Jacob Walls
parent
cc0f6c4f74
commit
ccf74f7dc7
4
.github/workflows/python_matrix.yml
vendored
4
.github/workflows/python_matrix.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
persist-credentials: false
|
||||
- id: set-matrix
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
||||
Reference in New Issue
Block a user