Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#277)
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` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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/open-feature/flagd).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45OC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTAwLjEifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2023
1 parent aaa066b commit be6496b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Run Benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- name: Setup go
uses: actions/setup-go@0caeaed6fd66a828038c2da3c0f662a42862658f # v1
with:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
GOBIN: /home/runner/work/open-feature/flagd/bin
steps:
- name: Checkout repository
uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- name: Setup go
uses: actions/setup-go@0caeaed6fd66a828038c2da3c0f662a42862658f # v1
with:
Expand All @@ -60,7 +60,7 @@ jobs:
GOBIN: /home/runner/work/open-feature/flagd/bin
steps:
- name: Checkout repository
uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- name: Setup go
uses: actions/setup-go@0caeaed6fd66a828038c2da3c0f662a42862658f # v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.repository == 'open-feature/flagd'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- name: Setup go
uses: actions/setup-go@0caeaed6fd66a828038c2da3c0f662a42862658f # v1
with:
Expand Down

1 comment on commit be6496b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: be6496b Previous: 2ec61c6 Ratio
BenchmarkResolveBooleanValue/test_targetingBoolFlag 15241 ns/op 4801 B/op 80 allocs/op 11608 ns/op 4801 B/op 80 allocs/op 1.31
BenchmarkResolveStringValue/test_targetingStringFlag 15543 ns/op 4841 B/op 82 allocs/op 11801 ns/op 4841 B/op 82 allocs/op 1.32
BenchmarkResolveIntValue/test_targetingNumberFlag 14471 ns/op 4825 B/op 80 allocs/op 11021 ns/op 4825 B/op 80 allocs/op 1.31

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

Please sign in to comment.