Skip to content

Commit c821301

Browse files
committed
Fixed CI failure
1 parent ca7d72d commit c821301

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
steps:
1515

1616
- name: Git Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
18+
19+
- name: Configure git
20+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
1821

1922
- name: Install Dependencies
2023
run: zypper --non-interactive install --no-recommends "rubygem(`rpm --eval '%{rb_default_ruby_abi}'`:rubocop:1.24.1)" yast2-devtools

0 commit comments

Comments
 (0)