File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 82
82
run : yarn ng-dev release build
83
83
- name : Store PR release packages
84
84
if : github.event_name == 'pull_request'
85
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
85
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
86
86
with :
87
87
name : packages
88
88
path : dist/releases/*.tgz
Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ yarn_install(
86
86
87
87
http_archive (
88
88
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" ,
92
92
)
93
93
94
94
load ("@aspect_bazel_lib//lib:repositories.bzl" , "aspect_bazel_lib_dependencies" , "register_jq_toolchains" )
You can’t perform that action at this time.
0 commit comments