mirror of
https://github.com/MinaSaad1/pbi-cli
synced 2026-04-21 13:37:19 +00:00
chore: bump checkout/setup-python in downloads-chart workflow
Node.js 20 versions (checkout@v4, setup-python@v5) are deprecated.
This commit is contained in:
parent
cb71ba1cf7
commit
c6bc1b9338
1 changed files with 2 additions and 2 deletions
4
.github/workflows/downloads-chart.yml
vendored
4
.github/workflows/downloads-chart.yml
vendored
|
|
@ -13,9 +13,9 @@ jobs:
|
|||
regenerate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.12"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue