Skip to content

Commit e103813

Browse files
committed
ci: update to actions/checkout@v4
1 parent 4b6abd1 commit e103813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gfx_ci.yml.disabled

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
VUI_FONT: /usr/share/fonts/truetype/inconsolata/Inconsolata.otf
2020
steps:
2121
- name: Checkout V
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
with:
2424
repository: vlang/v
2525

2626
- name: Checkout V UI
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828
with:
2929
path: vlib/ui
3030

0 commit comments

Comments
 (0)