summaryrefslogtreecommitdiff
path: root/.github/workflows/python_matrix.yml
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2026-07-10 11:10:07 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2026-07-10 11:48:34 +0200
commit3ebd048cf78048c7a6153701d182a2f683277ba3 (patch)
treee817e4a245da2df28eb48ab187bded7ee5b80d7b /.github/workflows/python_matrix.yml
parentb34b834378adc590a771cccd44b9fb0b953cdca2 (diff)
Bumped versions in Github actions configuration.
Diffstat (limited to '.github/workflows/python_matrix.yml')
-rw-r--r--.github/workflows/python_matrix.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python_matrix.yml b/.github/workflows/python_matrix.yml
index 921497698f..4d31af141a 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@v6
+ uses: actions/checkout@v7
with:
persist-credentials: false
- id: set-matrix
@@ -40,7 +40,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
persist-credentials: false
- name: Set up Python ${{ matrix.python-version }}