Skip to main content

.github: bump to the newest GitHub Actions versions

ID
5ad14de
date
2025-10-05 06:49:15+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
9b04737
message
.github: bump to the newest GitHub Actions versions
changed files
1 file, 2 additions, 2 deletions

Changed files

.github/workflows/test.yml (674) → .github/workflows/test.yml (674)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 06b2491..7d12454 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -19,10 +19,10 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
 
     - name: Set up Python
-      uses: actions/setup-python@v5
+      uses: actions/setup-python@v6
       with:
         python-version: ${{ matrix.python-version }}
         cache: 'pip'