diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ac48cc..24f74e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: targetos: [darwin, linux] name: ethereum-api ${{ matrix.arch }} for ${{ matrix.targetos }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup go uses: actions/setup-go@v4 with: diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 7ceae49..8a458f6 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -16,7 +16,7 @@ jobs: id-token: 'write' pull-requests: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0