We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a045480 + 18b273c commit 7541729Copy full SHA for 7541729
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S base-devel git autoconf automake wget
21
22
- name: Checkout code
23
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
24
25
- name: Git config
26
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
0 commit comments