Skip to main content

Merge pull request #70 from alexwlchan/dependabot/github_actions/actions/checkout-5

ID
9f39654
date
2025-08-18 15:38:44+00:00
author
Alex Chan <alex@alexwlchan.net>
parents
77fc1d8, 60473ec
message
Merge pull request #70 from alexwlchan/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
changed files
1 file, 1 addition, 1 deletion

Changed files

.github/workflows/main.yml (824) → .github/workflows/main.yml (824)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4cb30bd..efe67eb 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
 
     steps:
       - name: Check out repository code
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
 
       - name: Setup Python
         uses: actions/setup-python@v5