Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit ffc7e01

Browse files
committed
Update checkout action to v5
1 parent 470d30a commit ffc7e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S base-devel git autoconf automake wget
2020

2121
- name: Check out repository code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Git config
2525
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)