We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7c8040 + 2290a3a commit 0282225Copy full SHA for 0282225
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Setup Python
21
uses: actions/setup-python@v6
22
with:
.github/workflows/upgrade-python-requirements.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: setup target branch
24
run: echo "target_branch=$(if ['${{ github.event.inputs.branch }}' = '']; then echo 'master'; else echo '${{ github.event.inputs.branch }}'; fi)" >> $GITHUB_ENV
25
26
27
28
ref: ${{ env.target_branch }}
29
0 commit comments