Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5 (#753)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2023
1 parent 900def3 commit e566efe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/skia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: 18
cache: 'yarn'

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
architecture: 'x64'
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
node-version: 18
cache: 'yarn'

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
architecture: 'x64'
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
node-version: 18
cache: 'yarn'

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
architecture: 'x64'
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
node-version: 18
cache: 'yarn'

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
architecture: 'x64'
Expand Down

0 comments on commit e566efe

Please sign in to comment.