Skip to content

Commit

Permalink
ci: revert to actions/checkout@v1 in manualtest
Browse files Browse the repository at this point in the history
This enables checkout to work in the Gentoo container.

See: actions/runner#2115
  • Loading branch information
iammattcoleman authored and Conan-Kudo committed Oct 15, 2022
1 parent 61ae423 commit ef9ccd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manualtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
options: "--privileged -v /dev:/dev"
steps:
- name: "Checkout Repository"
uses: actions/checkout@v2
uses: actions/checkout@v1
with:
fetch-depth: 0

Expand Down

0 comments on commit ef9ccd5

Please sign in to comment.