Skip to content

Commit

Permalink
Update e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maksadbek authored Nov 11, 2024
1 parent 3a0657e commit 3a9633f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
&& rm -rf /var/lib/apt/lists/*
- name: Checkout Repository
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
uses: actions/checkout@2

- name: Download Executable
shell: bash
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
run: docker pull brightsec/cli:${{ inputs.version }}

- name: Checkout Repository
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
uses: actions/checkout@2

- name: Download Target
id: target
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
&& rm -rf /var/lib/apt/lists/*
- name: Checkout Repository
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
uses: actions/checkout@2

- name: Download Target
id: target
Expand Down

0 comments on commit 3a9633f

Please sign in to comment.