Skip to content

Commit

Permalink
ci: update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Nov 7, 2024
1 parent 4b6abd1 commit e103813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gfx_ci.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
VUI_FONT: /usr/share/fonts/truetype/inconsolata/Inconsolata.otf
steps:
- name: Checkout V
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: vlang/v

- name: Checkout V UI
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: vlib/ui

Expand Down

0 comments on commit e103813

Please sign in to comment.