We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e01bae commit 93022f7Copy full SHA for 93022f7
.github/workflows/assigner.yml
@@ -28,6 +28,9 @@ jobs:
28
issues: write # to add assignees to issues
29
30
steps:
31
+ - name: Check out source code
32
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
+
34
- name: Install Python dependencies
35
uses: ./.github/workflows/python.yml
36
.github/workflows/python.yml
@@ -21,9 +21,6 @@ jobs:
21
python_env:
22
runs-on: ${{ input.ubuntu-version }}
23
24
- - name: Check out source code
25
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
-
27
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
0 commit comments