Skip to content

Commit

Permalink
Bump actions/checkout to v4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Oct 19, 2024
1 parent ca659ef commit ba8bf89
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 @@ -37,7 +37,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4

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

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4

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

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down

0 comments on commit ba8bf89

Please sign in to comment.