Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#142)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
major | `v2` -> `v3` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/elide-dev/v3).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwMC4xIn0=-->
  • Loading branch information
sgammon authored Jan 14, 2023
2 parents 9a0a49b + ce5030e commit 4368e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/copybara.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'migrate:protocol'))
steps:
- name: "Setup: Checkout"
uses: actions/checkout@v2
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- name: "Migrate: Protocol"
uses: sgammon/copybara-action@5669453d54072738035b0985cfe322d0ee5de0db
with:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
# Pull code.
- name: "Setup: Checkout"
uses: actions/checkout@v2
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- name: "Migrate: Cluster"
uses: sgammon/copybara-action@5669453d54072738035b0985cfe322d0ee5de0db
with:
Expand Down

2 comments on commit 4368e7f

@github-actions
Copy link

Choose a reason for hiding this comment

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

Elide: Server (ubuntu, graalvm, JDK 19)

Benchmark suite Current: 4368e7f Previous: 9a0a49b Ratio
elide.benchmarks.server.PageBenchmarkDirect.controllerCSS 458383.894067578 ops/s 437000.62223443604 ops/s 1.05
elide.benchmarks.server.PageBenchmarkDirect.controllerHTML 333576.92364501645 ops/s 233794.99524381864 ops/s 1.43
elide.benchmarks.server.PageBenchmarkDirect.controllerServeAsset 450272.4355013632 ops/s 431373.1188973145 ops/s 1.04
elide.benchmarks.server.PageBenchmarkDirect.controllerServeJSON 7567214.598900288 ops/s 6283605.244122297 ops/s 1.20

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

Elide: Server (macos, graalvm, JDK 19)

Benchmark suite Current: 4368e7f Previous: 9a0a49b Ratio
elide.benchmarks.server.PageBenchmarkDirect.controllerCSS 272006.0417536054 ops/s 354160.56689153146 ops/s 0.77
elide.benchmarks.server.PageBenchmarkDirect.controllerHTML 266825.0210083315 ops/s 320415.44103402656 ops/s 0.83
elide.benchmarks.server.PageBenchmarkDirect.controllerServeAsset 313966.0839864684 ops/s 335322.66141165193 ops/s 0.94
elide.benchmarks.server.PageBenchmarkDirect.controllerServeJSON 5710125.954846094 ops/s 5047915.483102509 ops/s 1.13

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

Please sign in to comment.