diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cd86b68..2a716d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: - name: Set artifact name run: echo "name=ashirt-${{ needs.store-sha8.outputs.sha8 }}-$(uname -s | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV - name: Check out code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.4.0 with: submodules: true