Skip to content

Commit

Permalink
chore: update actions/checkout@v2 -> actions/checkout@v4 in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Dec 26, 2024
1 parent 489c7a6 commit c9491aa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
VTEST_SHOW_START: 1
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: coreutils
- name: Checkout Latest V
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: vlang/v
path: v
Expand Down Expand Up @@ -64,14 +64,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Latest V
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: vlang/v
path: v
- name: Build V
run: cd v && make && sudo ./v symlink && cd -
- name: Checkout Coreutils (for tests)
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: coreutils
- name: V doctor
Expand All @@ -89,14 +89,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Latest V
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: vlang/v
path: v
- name: Build V
run: cd v && make && sudo ./v symlink && cd -
- name: Checkout Coreutils (for tests)
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: coreutils
- name: Build all with -prod
Expand All @@ -108,14 +108,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Latest V
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: vlang/v
path: v
- name: Build V
run: cd v && make && sudo ./v symlink && cd -
- name: Checkout Coreutils (for tests)
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: coreutils
- name: Build all
Expand Down

0 comments on commit c9491aa

Please sign in to comment.