Skip to content

Commit

Permalink
Merge branch 'main' into versioned
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 25, 2023
2 parents 0af2fc5 + 2450a68 commit 78bae6b
Show file tree
Hide file tree
Showing 4 changed files with 405 additions and 315 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v3
- name: Fetch Dependabot metadata
id: dependabot-metadata
uses: dependabot/[email protected].5
uses: dependabot/[email protected].6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: 'Merge (if dependabot)'
Expand Down
6 changes: 3 additions & 3 deletions bzl/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ def fetch_dependencies():

http_archive(
name = "io_bazel_rules_go",
sha256 = "56d8c5a5c91e1af73eca71a6fab2ced959b67c86d12ba37feedb0a2dfea441a6",
sha256 = "19ef30b21eae581177e0028f6f4b1f54c66467017be33d211ab6fc81da01ea4d",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.37.0/rules_go-v0.37.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.37.0/rules_go-v0.37.0.zip",
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.38.0/rules_go-v0.38.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.38.0/rules_go-v0.38.0.zip",
],
)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@microsoft/api-extractor": "7.33.8",
"@pulumi/aws": "5.28.0",
"@pulumi/awsx": "1.0.1",
"@pulumi/pulumi": "3.51.1",
"@pulumi/pulumi": "3.52.1",
"@schemastore/package": "0.0.6",
"@swc/cli": "0.1.59",
"@testing-library/react": "13.4.0",
Expand Down Expand Up @@ -61,8 +61,8 @@
"grunt-cli": "1.4.3",
"http-server": "14.1.1",
"immutable": "4.2.2",
"jest-cli": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"jest-cli": "29.4.0",
"jest-environment-jsdom": "29.4.0",
"jsdom": "21.1.0",
"mime": "3.0.0",
"minimist": "1.2.7",
Expand Down
Loading

0 comments on commit 78bae6b

Please sign in to comment.