Skip to content

Commit

Permalink
CI: use checkout@v4 instead of checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand committed Dec 29, 2024
1 parent 4efda9a commit 2830662
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Dotenv Action
id: load-env
uses: falti/[email protected]
Expand All @@ -30,7 +30,7 @@ jobs:
test-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Dotenv Action
id: load-env
uses: falti/[email protected]
Expand All @@ -48,7 +48,7 @@ jobs:
test-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Dotenv Action
id: load-env
uses: falti/[email protected]
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
check-contracts-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Dotenv Action
id: load-env
uses: falti/[email protected]
Expand Down

0 comments on commit 2830662

Please sign in to comment.