Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 23cbc63

Browse files
Merge pull request #24 from euro-cordex/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 3c0deab + 064f1f0 commit 23cbc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# python versions
2929
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0 # Fetch all history for all branches and tags.
3434
- name: Set environment variables

0 commit comments

Comments
 (0)