Skip to content

Commit 57054c9

Browse files
dependabot[bot]chenrui333
authored andcommitted
chore(deps): bump rollup from 4.18.0 to 4.22.4 (runatlantis#4956)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Rui Chen <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rui Chen <[email protected]> Signed-off-by: a1k0u <[email protected]>
1 parent 6779107 commit 57054c9

File tree

3 files changed

+70
-68
lines changed

3 files changed

+70
-68
lines changed

.github/workflows/website.yml

+2
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,13 @@ jobs:
8585

8686
# medium.com => was being rate limited: HTTP 429
8787
# twitter.com => too many redirections
88+
# www.flaticon.com => 403 error
8889
- run: |
8990
./muffet \
9091
-e 'https://medium.com/runatlantis' \
9192
-e 'https://dev.to/*' \
9293
-e 'https://twitter.com/*' \
94+
-e 'https://www.flaticon.com/*' \
9395
-e 'https://github\.com/runatlantis/atlantis/edit/main/.*' \
9496
-e 'https://github.com/runatlantis/helm-charts#customization' \
9597
-e 'https://github.com/sethvargo/atlantis-on-gke/blob/master/terraform/tls.tf#L64-L84' \

package-lock.json

+67-67
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runatlantis.io/docs/terraform-versions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ terraform {
5353
}
5454
```
5555

56-
See [Terraform `required_version`](https://developer.hashicorp.com/terraform/language/settings#specifying-a-required-terraform-version) for reference.
56+
See [Terraform `required_version`](https://developer.hashicorp.com/terraform/language/terraform#terraform-required_version) for reference.
5757

5858
::: tip NOTE
5959
Atlantis will automatically download the latest version that fulfills the constraint specified.

0 commit comments

Comments
 (0)