Skip to content

Commit

Permalink
fix CI, downgrade actions/checkout to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 6, 2024
1 parent a9ba806 commit 82c219e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fi
- name: Chcekout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v2

- name: Start X server
run: |
Expand Down

0 comments on commit 82c219e

Please sign in to comment.