Skip to content

Commit

Permalink
Revert checkout to v3 since v4 is broken - actions/checkout#1590
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 5, 2024
1 parent 57c386f commit 193dec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fi
- name: Chcekout
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Start X server
run: |
Expand Down

0 comments on commit 193dec0

Please sign in to comment.