File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 shell : bash
1414 steps :
1515 - name : " [INIT] Checkout repository"
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 - name : " [INIT] Install uv"
1818 uses : astral-sh/setup-uv@v5
1919 with :
Original file line number Diff line number Diff line change 1515 ruby : [3.0.0]
1616 steps :
1717 - name : " [INIT] Checkout repository"
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v5
1919 - name : " [INIT] Install Python ${{ matrix.python }}"
2020 uses : actions/setup-python@v2
2121 with :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : " [INIT] Checkout repository"
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v5
1515 - name : " [EXEC] Synchronize labels"
1616 uses : crazy-max/ghaction-github-labeler@v3
1717 with :
Original file line number Diff line number Diff line change 1010 shell : bash
1111 steps :
1212 - name : " [INIT] Checkout repository"
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : " [INIT] Install uv"
1515 uses : astral-sh/setup-uv@v5
1616 with :
3535 os : [ubuntu-latest, macos-latest, windows-latest]
3636 steps :
3737 - name : " [INIT] Checkout repository"
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 - name : " [INIT] Install uv"
4040 uses : astral-sh/setup-uv@v5
4141 with :
You can’t perform that action at this time.
0 commit comments