Skip to content

Commit

Permalink
[ci] use checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkos committed Aug 1, 2024
1 parent fd25205 commit ced5ca1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install
run: |
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install
run: |
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install
run: |
Expand Down

0 comments on commit ced5ca1

Please sign in to comment.