diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 400bda40..fa8960e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: ci-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Setup SSH env: @@ -33,4 +33,4 @@ jobs: run: forge fmt --check - name: Run Coverage - run: forge coverage --report summary \ No newline at end of file + run: forge coverage --report summary diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index 492b06a2..8fb4b7ee 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -4,7 +4,7 @@ jobs: analyze: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 # - name: Setup SSH # env: @@ -34,4 +34,4 @@ jobs: # - name: Upload SARIF file # uses: github/codeql-action/upload-sarif@v2 # with: - # sarif_file: ${{ steps.slither.outputs.sarif }} \ No newline at end of file + # sarif_file: ${{ steps.slither.outputs.sarif }}