summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPravin Kamble <iampbkamble@gmail.com>2025-12-20 12:12:06 +0530
committerJacob Walls <jacobtylerwalls@gmail.com>2025-12-29 09:59:18 -0500
commitccf74f7dc771313b41e7c2912a71f9c5b0ae5e1d (patch)
tree1cc6f57c927ba2c0de67169c59da0ba991833a4e /.github
parentcc0f6c4f74cc278fdab79b269401127f2d869334 (diff)
Bumped checkout version in Github actions configuration.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/benchmark.yml2
-rw-r--r--.github/workflows/check_commit_messages.yml2
-rw-r--r--.github/workflows/coverage_tests.yml2
-rw-r--r--.github/workflows/docs.yml6
-rw-r--r--.github/workflows/labels.yml2
-rw-r--r--.github/workflows/linters.yml8
-rw-r--r--.github/workflows/postgis.yml2
-rw-r--r--.github/workflows/python_matrix.yml4
-rw-r--r--.github/workflows/schedule_tests.yml12
-rw-r--r--.github/workflows/screenshots.yml2
-rw-r--r--.github/workflows/selenium.yml4
-rw-r--r--.github/workflows/tests.yml4
12 files changed, 25 insertions, 25 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 7ffb022593..f00cb44860 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -14,7 +14,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout Benchmark Repo
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
repository: django/django-asv
path: "."
diff --git a/.github/workflows/check_commit_messages.yml b/.github/workflows/check_commit_messages.yml
index fe67536eb5..32f1558464 100644
--- a/.github/workflows/check_commit_messages.yml
+++ b/.github/workflows/check_commit_messages.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
persist-credentials: false
diff --git a/.github/workflows/coverage_tests.yml b/.github/workflows/coverage_tests.yml
index 89b671b3cb..d572860cee 100644
--- a/.github/workflows/coverage_tests.yml
+++ b/.github/workflows/coverage_tests.yml
@@ -21,7 +21,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index bfa4f9cb52..ffbb845088 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -26,7 +26,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
@@ -47,7 +47,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
@@ -71,7 +71,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml
index 807563322f..2f319627c7 100644
--- a/.github/workflows/labels.yml
+++ b/.github/workflows/labels.yml
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
persist-credentials: false
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index 0f916fa24f..03fc5de90a 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -24,7 +24,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
@@ -44,7 +44,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
@@ -64,7 +64,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: black
@@ -75,7 +75,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Run zizmor
diff --git a/.github/workflows/postgis.yml b/.github/workflows/postgis.yml
index 0970d02ab4..ae55596168 100644
--- a/.github/workflows/postgis.yml
+++ b/.github/workflows/postgis.yml
@@ -39,7 +39,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
diff --git a/.github/workflows/python_matrix.yml b/.github/workflows/python_matrix.yml
index 1139b19b2e..921497698f 100644
--- a/.github/workflows/python_matrix.yml
+++ b/.github/workflows/python_matrix.yml
@@ -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 }}
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml
index ce313444e4..1d5c541022 100644
--- a/.github/workflows/schedule_tests.yml
+++ b/.github/workflows/schedule_tests.yml
@@ -25,7 +25,7 @@ jobs:
continue-on-error: true
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
@@ -46,7 +46,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
@@ -75,7 +75,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Node.js
@@ -93,7 +93,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
@@ -132,7 +132,7 @@ jobs:
--health-retries 5
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
@@ -180,7 +180,7 @@ jobs:
--health-retries 5
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml
index 1180e9818d..a581d129f9 100644
--- a/.github/workflows/screenshots.yml
+++ b/.github/workflows/screenshots.yml
@@ -21,7 +21,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
diff --git a/.github/workflows/selenium.yml b/.github/workflows/selenium.yml
index 69de70ae59..a42c0ea2c8 100644
--- a/.github/workflows/selenium.yml
+++ b/.github/workflows/selenium.yml
@@ -21,7 +21,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
@@ -61,7 +61,7 @@ jobs:
--health-retries 5
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 079fae6328..3012ccb83e 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Python
@@ -50,7 +50,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Node.js