Skip to content

Commit e5d12b3

Browse files
committed
ci: checkout
1 parent 2f4fbf4 commit e5d12b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
runs-on: ubuntu-latest
7777
needs: themis
7878
steps:
79+
- name: checkout
80+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
7981
- name: download artifacts
8082
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
8183
with:
@@ -97,6 +99,8 @@ jobs:
9799
if: startsWith(github.ref, 'refs/heads/main')
98100
needs: themis
99101
steps:
102+
- name: checkout
103+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
100104
- name: download artifacts
101105
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
102106
with:

0 commit comments

Comments
 (0)