diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0f0340f..9392acb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Full git history is needed to get a proper # list of changed files within `super-linter` diff --git a/.github/workflows/merge-dapp.yml b/.github/workflows/merge-dapp.yml index 64feb70..fa386f5 100644 --- a/.github/workflows/merge-dapp.yml +++ b/.github/workflows/merge-dapp.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest name: Merge dApps assets lists steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: coursier/cache-action@v6