diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 68b18d32..d9c1a04b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -97,7 +97,7 @@ jobs: && rm -rf /var/lib/apt/lists/* - name: Checkout Repository - uses: actions/checkout@2 + uses: actions/checkout@v2 - name: Download Executable shell: bash @@ -198,7 +198,7 @@ jobs: run: docker pull brightsec/cli:${{ inputs.version }} - name: Checkout Repository - uses: actions/checkout@2 + uses: actions/checkout@v2 - name: Download Target id: target @@ -266,7 +266,7 @@ jobs: && rm -rf /var/lib/apt/lists/* - name: Checkout Repository - uses: actions/checkout@2 + uses: actions/checkout@v2 - name: Download Target id: target