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 67fe5b1 commit 18f2c46Copy full SHA for 18f2c46
.github/workflows/ci-format.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Format
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- uses: actions/setup-python@v5
20
with:
21
python-version: '3.10'
.github/workflows/reusable_ici.yml
@@ -49,10 +49,10 @@ jobs:
49
50
- name: Checkout ${{ inputs.ref }} when build is not scheduled
51
if: ${{ github.event_name != 'schedule' }}
52
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
53
- name: Checkout ${{ inputs.ref }} on scheduled build
54
if: ${{ github.event_name == 'schedule' }}
55
56
57
ref: ${{ inputs.ref_for_scheduled_build }}
58
- name: cache target_ws
0 commit comments