Skip to content

Commit

Permalink
chore: Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Jan 31, 2024
1 parent ac1e4d0 commit 2a83396
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 38 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Foundry tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -52,7 +52,7 @@ jobs:
name: Foundry coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -110,7 +110,7 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
34 changes: 0 additions & 34 deletions contracts/.github/workflows/test.yml

This file was deleted.

0 comments on commit 2a83396

Please sign in to comment.