Skip to content

Commit

Permalink
Merge pull request #19 from climate-service-center/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
larsbuntemeyer authored Jan 27, 2025
2 parents 3c44bb2 + 9b8a9db commit 84536c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Bookend python versions
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for all branches and tags.
- name: Set environment variables
Expand Down

0 comments on commit 84536c8

Please sign in to comment.