Skip to content

Commit 93022f7

Browse files
committed
checkout
Signed-off-by: Anas Nashif <[email protected]>
1 parent 7e01bae commit 93022f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/assigner.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
issues: write # to add assignees to issues
2929

3030
steps:
31+
- name: Check out source code
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+
3134
- name: Install Python dependencies
3235
uses: ./.github/workflows/python.yml
3336

.github/workflows/python.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
python_env:
2222
runs-on: ${{ input.ubuntu-version }}
2323
steps:
24-
- name: Check out source code
25-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26-
2724
- name: Set up Python ${{ inputs.python-version }}
2825
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2926
with:

0 commit comments

Comments
 (0)