Skip to content

Commit e6b9168

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent 0587991 commit e6b9168

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: yarn ng-dev release build
8383
- name: Store PR release packages
8484
if: github.event_name == 'pull_request'
85-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
85+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
8686
with:
8787
name: packages
8888
path: dist/releases/*.tgz

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ yarn_install(
8686

8787
http_archive(
8888
name = "aspect_bazel_lib",
89-
sha256 = "d584b7e6db0a790c4de11a7cbb9133fb40da598194304d0dbc68e4c1749237d0",
90-
strip_prefix = "bazel-lib-1.34.2",
91-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.34.2.tar.gz",
89+
sha256 = "9a51150a25ba13e0301b47bbe731aef537330dcc222dc598ebdfe18d2efe2f33",
90+
strip_prefix = "bazel-lib-1.34.5",
91+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.34.5.tar.gz",
9292
)
9393

9494
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")

0 commit comments

Comments
 (0)