Skip to content

Commit 6cf5f07

Browse files
Update actions/checkout action to v4 (#4)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d488c32 commit 6cf5f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
steps:
1515
- name: dependencies
1616
run: sudo apt-get install check imagemagick libtool-bin libmpc-dev libcairo2-dev libgd-dev libimlib2-dev
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: make
1919
run: make SILENT= LIBTOOL_SILENT=

0 commit comments

Comments
 (0)