Skip to content

Commit

Permalink
Merge pull request #1 from owieth/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
owieth authored Sep 11, 2023
2 parents 1225f51 + 8cf68e4 commit fbc4f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Foundry project workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit fbc4f0e

Please sign in to comment.