Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 43cde1a commit ba8e8a7
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

1 comment on commit ba8e8a7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: ba8e8a7 Previous: 43cde1a Ratio
Draw house#skia-canvas 29.3 ops/sec (±1.41%) 29.4 ops/sec (±1%) 1.00
Draw house#node-canvas 31.4 ops/sec (±0.4%) 31.2 ops/sec (±0.57%) 0.99
Draw house#@napi-rs/skia 28.9 ops/sec (±0.79%) 29.1 ops/sec (±0.51%) 1.01
Draw gradient#skia-canvas 28.2 ops/sec (±1.27%) 29 ops/sec (±0.19%) 1.03
Draw gradient#node-canvas 30.2 ops/sec (±0.44%) 30 ops/sec (±0.47%) 0.99
Draw gradient#@napi-rs/skia 28.1 ops/sec (±0.42%) 28 ops/sec (±0.57%) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.