Skip to content

Commit

Permalink
Downgrade checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Jan 17, 2024
1 parent 27af097 commit 1a9bff1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
# cannot use v4 yet because of https://github.com/actions/checkout/issues/1487
uses: actions/checkout@v3

- name: Check for Python version
run: |
Expand Down

0 comments on commit 1a9bff1

Please sign in to comment.