Skip to content

Commit 824cce9

Browse files
committed
use actions/checkout@v4
1 parent fd4bdd9 commit 824cce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
with:
2828
submodules: recursive
2929

certora/harness/MarketplaceHarness.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: MIT
22
pragma solidity ^0.8.8;
33

4-
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
4+
import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
55
import {Marketplace} from "../../contracts/Marketplace.sol";
66
import {MarketplaceConfig} from "../../contracts/Configuration.sol";
77

0 commit comments

Comments
 (0)